summaryrefslogtreecommitdiffstats
path: root/system/dosbox/doinst.sh
diff options
context:
space:
mode:
author Michiel2010-05-11 22:26:37 +0200
committer David Somero2010-05-11 22:26:37 +0200
commite41bcbd88bb99125dcae91b6160fd5575a708c3d (patch)
treea60e8717737aa14240157957aecfbf3c1c5a9077 /system/dosbox/doinst.sh
parent092d5de961b26898564981745fee0bae1f8d22a3 (diff)
downloadslackbuilds-e41bcbd88bb99125dcae91b6160fd5575a708c3d.tar.gz
system/dosbox: Updated for version 0.72
Diffstat (limited to 'system/dosbox/doinst.sh')
-rw-r--r--system/dosbox/doinst.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/dosbox/doinst.sh b/system/dosbox/doinst.sh
index 22d4849bce..174d6f9e89 100644
--- a/system/dosbox/doinst.sh
+++ b/system/dosbox/doinst.sh
@@ -1,5 +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
fi