add conkeror install scripts

This commit is contained in:
aborn 2014-04-19 21:21:34 +08:00
parent 1cf0a802e2
commit 9c7b03d398
2 changed files with 11 additions and 1 deletions

View File

@ -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/
Or using the shell script install.sh

9
conkeror/install.sh Executable file
View File

@ -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/