summaryrefslogtreecommitdiffstats
path: root/games/tmw/doinst.sh
diff options
context:
space:
mode:
author Erik Hanson2010-05-11 22:23:08 +0200
committer Robby Workman2010-05-11 22:23:08 +0200
commit48223e87226c335039b507122e0f847bda6298b2 (patch)
tree948e4fe4b9265796117f2ea2809beb1b58bc9ca4 /games/tmw/doinst.sh
parent44f32202e0e2077b2b7a66119c21d305c425e673 (diff)
downloadslackbuilds-48223e87226c335039b507122e0f847bda6298b2.tar.gz
games/tmw: Updated for version 0.0.26
Diffstat (limited to 'games/tmw/doinst.sh')
-rw-r--r--games/tmw/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tmw/doinst.sh b/games/tmw/doinst.sh
index 34be13eb65..140e332222 100644
--- a/games/tmw/doinst.sh
+++ b/games/tmw/doinst.sh
@@ -1,3 +1,3 @@
-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