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