diff options
author | Michiel <michiel@slackbuilds.org> | 2010-05-11 22:26:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:26:37 +0200 |
commit | e41bcbd88bb99125dcae91b6160fd5575a708c3d (patch) | |
tree | a60e8717737aa14240157957aecfbf3c1c5a9077 /system/dosbox/doinst.sh | |
parent | 092d5de961b26898564981745fee0bae1f8d22a3 (diff) |
system/dosbox: Updated for version 0.72
Diffstat (limited to 'system/dosbox/doinst.sh')
-rw-r--r-- | system/dosbox/doinst.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/dosbox/doinst.sh b/system/dosbox/doinst.sh index 22d4849bce4a..174d6f9e8977 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 |