aboutsummaryrefslogtreecommitdiff
path: root/system/iscan/doinst.sh
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-11 19:46:30 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 19:46:30 +0200
commit5cd991c2e598d439026f6ca12a3c3428eb65c158 (patch)
tree5b7729658d674ad49d08114f5dd3daf200755014 /system/iscan/doinst.sh
parent010bed7991ab9cd5de345c89e8e0e2b0419cf9df (diff)
downloadslackbuilds-5cd991c2e598d439026f6ca12a3c3428eb65c158.tar.xz
system/iscan: Updated for version 2.10.0
Diffstat (limited to 'system/iscan/doinst.sh')
-rw-r--r--system/iscan/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/iscan/doinst.sh b/system/iscan/doinst.sh
index 98d466d8b908..5dc6bb58c008 100644
--- a/system/iscan/doinst.sh
+++ b/system/iscan/doinst.sh
@@ -1,3 +1,3 @@
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
fi