diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-11 19:46:30 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 19:46:30 +0200 |
commit | 5cd991c2e598d439026f6ca12a3c3428eb65c158 (patch) | |
tree | 5b7729658d674ad49d08114f5dd3daf200755014 /system/iscan/doinst.sh | |
parent | 010bed7991ab9cd5de345c89e8e0e2b0419cf9df (diff) | |
download | slackbuilds-5cd991c2e598d439026f6ca12a3c3428eb65c158.tar.gz |
system/iscan: Updated for version 2.10.0
Diffstat (limited to 'system/iscan/doinst.sh')
-rw-r--r-- | system/iscan/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/iscan/doinst.sh b/system/iscan/doinst.sh index 98d466d8b9..5dc6bb58c0 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 |