summaryrefslogtreecommitdiffstats
path: root/games/jag
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:58 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitc50ac0f7649a8c367742831aff39b4a709b65185 (patch)
tree3c23d5442ba584662558cc6957d4b3512133a2fc /games/jag
parentda37e40e0fd143e022aa5417bea960e941d6d16c (diff)
downloadslackbuilds-c50ac0f7649a8c367742831aff39b4a709b65185.tar.gz
games/jag: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/jag')
-rw-r--r--games/jag/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jag/doinst.sh b/games/jag/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/jag/doinst.sh
+++ b/games/jag/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