summaryrefslogtreecommitdiff
path: root/system/gksu/doinst.sh
diff options
context:
space:
mode:
authorStylianos Tsampas <ztsampas@otenet.gr>2010-05-13 00:40:27 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:40:27 +0200
commitb3a4ac24499aef1caa034e6391f29b671ec7b021 (patch)
treea5a9dcd50bfe3267acdb7a1de3217c06ca0fa86f /system/gksu/doinst.sh
parent84fb3a7ce4a1831cf1321ed8aaf6363e3d7f7673 (diff)
downloadslackbuilds-b3a4ac24499aef1caa034e6391f29b671ec7b021.tar.gz
system/gksu: Updated for version 2.0.0
Diffstat (limited to 'system/gksu/doinst.sh')
-rw-r--r--system/gksu/doinst.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/gksu/doinst.sh b/system/gksu/doinst.sh
index dc3c6f6d7a..e64bfee9af 100644
--- a/system/gksu/doinst.sh
+++ b/system/gksu/doinst.sh
@@ -1,8 +1,8 @@
-if [ -x /usr/bin/update-mime-database ]; then
- /usr/bin/update-mime-database /usr/share/mime &> /dev/null
-fi
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database &> /dev/null
fi
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database /usr/share/mime &> /dev/null
+fi
+