diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 19:44:12 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:44:12 +0200 |
commit | 268a918e9401cd38ae74fda99ded9405035e477a (patch) | |
tree | faf377b0d562c795d1d86d59ddbbc0fd783d4fcd /development/bluefish/doinst.sh | |
parent | 624d1b494ef31afcf81fe5a7ca05355e58dab4e0 (diff) | |
download | slackbuilds-268a918e9401cd38ae74fda99ded9405035e477a.tar.gz |
development/bluefish: Updated for version 1.0.7
Diffstat (limited to 'development/bluefish/doinst.sh')
-rw-r--r-- | development/bluefish/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/development/bluefish/doinst.sh b/development/bluefish/doinst.sh index 7f257cf9de..2cf8c08ed3 100644 --- a/development/bluefish/doinst.sh +++ b/development/bluefish/doinst.sh @@ -1,4 +1,3 @@ - if [ -x usr/bin/update-desktop-database ]; then ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 fi @@ -6,4 +5,3 @@ fi if [ -x usr/bin/update-mime-database ]; then ./usr/bin/update-mime-database ./usr/share/mime >/dev/null 2>&1 fi - |