summaryrefslogtreecommitdiffstats
path: root/system/gparted/doinst.sh
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-11 22:26:41 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:26:41 +0200
commitc43dba4d1cbab83c56ee7e443a649a6ed099e78f (patch)
treeeab4e3e09778ea81fab9a9bb0f7582bb78e03870 /system/gparted/doinst.sh
parent0f8d117a5868b06a9cddb4fdb05634c8037c1d48 (diff)
downloadslackbuilds-c43dba4d1cbab83c56ee7e443a649a6ed099e78f.tar.gz
slackbuilds-c43dba4d1cbab83c56ee7e443a649a6ed099e78f.tar.xz
system/gparted: Updated for version 0.3.8
Diffstat (limited to 'system/gparted/doinst.sh')
-rw-r--r--system/gparted/doinst.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/gparted/doinst.sh b/system/gparted/doinst.sh
index 06e65784cd..3857649f50 100644
--- a/system/gparted/doinst.sh
+++ b/system/gparted/doinst.sh
@@ -1,5 +1,3 @@
-
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database usr/share/applications &> /dev/null
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null
fi
-