summaryrefslogtreecommitdiffstats
path: root/system/gksu/doinst.sh
diff options
context:
space:
mode:
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
+