summaryrefslogtreecommitdiffstats
path: root/system/graveman/doinst.sh
diff options
context:
space:
mode:
author Chess Griffin2010-05-12 17:45:20 +0200
committer David Somero2010-05-12 17:45:20 +0200
commita09194aa082c5d7e9599de6b3c4d24a79a09c0d4 (patch)
tree55fd2f6b5d6da8e3a486b4a9275944cef839dc26 /system/graveman/doinst.sh
parent027619cb6e799b12ce526ab716c9aa504a49f8e8 (diff)
downloadslackbuilds-a09194aa082c5d7e9599de6b3c4d24a79a09c0d4.tar.gz
system/graveman: Updated for version 0.3.12.5
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
+