summaryrefslogtreecommitdiffstats
path: root/games/wesnoth/doinst.sh
diff options
context:
space:
mode:
author Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 22:23:09 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 22:23:09 +0200
commit7e516099b9f663c50418bd6c7af23e9cd96324dc (patch)
tree2196715c2babd3e2bbe3487177cc55f774fd999b /games/wesnoth/doinst.sh
parent84da3bbbdbe554359ba3e03467915e2764054f7e (diff)
downloadslackbuilds-7e516099b9f663c50418bd6c7af23e9cd96324dc.tar.gz
slackbuilds-7e516099b9f663c50418bd6c7af23e9cd96324dc.tar.xz
games/wesnoth: Updated for version 1.4.5
Diffstat (limited to 'games/wesnoth/doinst.sh')
-rw-r--r--games/wesnoth/doinst.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/wesnoth/doinst.sh b/games/wesnoth/doinst.sh
index bc1301dad0..2f4077c014 100644
--- a/games/wesnoth/doinst.sh
+++ b/games/wesnoth/doinst.sh
@@ -1,3 +1,4 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q 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
+