summaryrefslogtreecommitdiffstats
path: root/games/gottet
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:56 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit06d7c7fabfc83e273d63276d9259fd595002e2fd (patch)
treea6cc736d11ddab740cd3993b74d1906c17d31226 /games/gottet
parent52c5cada793d3012dad93bcc4ecb9d49b5c9e632 (diff)
downloadslackbuilds-06d7c7fabfc83e273d63276d9259fd595002e2fd.tar.gz
slackbuilds-06d7c7fabfc83e273d63276d9259fd595002e2fd.tar.xz
games/gottet: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gottet')
-rw-r--r--games/gottet/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gottet/doinst.sh b/games/gottet/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/gottet/doinst.sh
+++ b/games/gottet/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