From 9c7b03d3987dd1feec58cd8d8d01515f93809ad0 Mon Sep 17 00:00:00 2001 From: aborn Date: Sat, 19 Apr 2014 21:21:34 +0800 Subject: [PATCH] add conkeror install scripts --- conkeror/INSTALL | 3 ++- conkeror/install.sh | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 conkeror/install.sh diff --git a/conkeror/INSTALL b/conkeror/INSTALL index 4517f6b..4844f7d 100644 --- a/conkeror/INSTALL +++ b/conkeror/INSTALL @@ -16,4 +16,5 @@ In linux system, install conkeror follow steps: 5. sudo cp conkeror.desktop /usr/share/applications sudo cp contrib/art/conkeror.png /usr/share/icons/hicolor/scalable/apps/ - \ No newline at end of file + +Or using the shell script install.sh \ No newline at end of file diff --git a/conkeror/install.sh b/conkeror/install.sh new file mode 100755 index 0000000..d6d9092 --- /dev/null +++ b/conkeror/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash +################################################### +# ./install.sh install conkeror to your sys +# 2014-04-19 +################################################### +cp conkeror /usr/local/bin/ +cp conkeror.desktop /usr/share/applications +cp contrib/art/conkeror.png /usr/share/icons/hicolor/scalable/apps/ +