summaryrefslogtreecommitdiffstats
path: root/system/xarchiver/doinst.sh
diff options
context:
space:
mode:
author Frank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-12 17:46:22 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 17:46:22 +0200
commita5f8f4546ac3e6a457bed6ed905aac01e292fa10 (patch)
tree0ba9cc331167054a8b0362add50e393e4bcb0e80 /system/xarchiver/doinst.sh
parentaed534df488e2f6b915b5d86251d7d884828ffc6 (diff)
downloadslackbuilds-a5f8f4546ac3e6a457bed6ed905aac01e292fa10.tar.gz
slackbuilds-a5f8f4546ac3e6a457bed6ed905aac01e292fa10.tar.xz
system/xarchiver: Updated for version 0.5.2
Diffstat (limited to 'system/xarchiver/doinst.sh')
-rw-r--r--system/xarchiver/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/xarchiver/doinst.sh b/system/xarchiver/doinst.sh
index 65fd352418..f364075896 100644
--- a/system/xarchiver/doinst.sh
+++ b/system/xarchiver/doinst.sh
@@ -1,4 +1,4 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
+if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database -q usr/share/applications
fi