summaryrefslogtreecommitdiffstats
path: root/system/isomaster/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/isomaster/doinst.sh')
-rw-r--r--system/isomaster/doinst.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/isomaster/doinst.sh b/system/isomaster/doinst.sh
index 85aad974d0..65fd352418 100644
--- a/system/isomaster/doinst.sh
+++ b/system/isomaster/doinst.sh
@@ -1,3 +1,4 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database &> /dev/null
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
fi
+