summaryrefslogtreecommitdiffstats
path: root/system/unison/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/unison/doinst.sh')
-rw-r--r--system/unison/doinst.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/unison/doinst.sh b/system/unison/doinst.sh
index 37f8fcb218..4e8ba7071d 100644
--- a/system/unison/doinst.sh
+++ b/system/unison/doinst.sh
@@ -1,3 +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 >/dev/null 2>&1
fi
+