diff options
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 |
commit | a5f8f4546ac3e6a457bed6ed905aac01e292fa10 (patch) | |
tree | 0ba9cc331167054a8b0362add50e393e4bcb0e80 /system/xarchiver/doinst.sh | |
parent | aed534df488e2f6b915b5d86251d7d884828ffc6 (diff) | |
download | slackbuilds-a5f8f4546ac3e6a457bed6ed905aac01e292fa10.tar.gz |
system/xarchiver: Updated for version 0.5.2
Diffstat (limited to 'system/xarchiver/doinst.sh')
-rw-r--r-- | system/xarchiver/doinst.sh | 4 |
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 |