summaryrefslogtreecommitdiff
path: root/system/iscan/doinst.sh
diff options
context:
space:
mode:
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 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