summaryrefslogtreecommitdiffstats
path: root/system/graveman/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/graveman/doinst.sh')
-rw-r--r--system/graveman/doinst.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/graveman/doinst.sh b/system/graveman/doinst.sh
index 033f010d40..4e8ba7071d 100644
--- a/system/graveman/doinst.sh
+++ b/system/graveman/doinst.sh
@@ -1,3 +1,4 @@
if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
+