summaryrefslogtreecommitdiffstats
path: root/system/unison/doinst.sh
diff options
context:
space:
mode:
author fdeak2010-05-13 00:42:08 +0200
committer Robby Workman2010-05-13 00:42:08 +0200
commit025bcf439c00c8837192e914c846cc05a09634a0 (patch)
treecad12d7f2f89d9fc217da8ea87544b641d7f565b /system/unison/doinst.sh
parent8b7cfb1fcd6b3ec8d61e2b5235fe6e0d97efa8ab (diff)
downloadslackbuilds-025bcf439c00c8837192e914c846cc05a09634a0.tar.gz
system/unison: Updated for version 2.32.52
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
+