summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:47:27 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commita2846931b5869e907601891dda13685b01b153b3 (patch)
treeb53c6e28003a8f3a1926256682647c530f9ff877 /games
parent0c88c4277dd4ac7576dc58eb3e4b2691e75922bb (diff)
downloadslackbuilds-a2846931b5869e907601891dda13685b01b153b3.tar.gz
slackbuilds-a2846931b5869e907601891dda13685b01b153b3.tar.xz
games/worldofpadman: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/worldofpadman/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/worldofpadman/doinst.sh b/games/worldofpadman/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/worldofpadman/doinst.sh
+++ b/games/worldofpadman/doinst.sh
@@ -4,6 +4,6 @@ fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi