summaryrefslogtreecommitdiffstats
path: root/games/freeciv
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:48 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commite0ca17a444d084102ebd554f04e12830205f9547 (patch)
treeca6e50f447929c4fb7963e64af6aa4de1ae91415 /games/freeciv
parent4997c8b1fc7fe786215ca965a27ad3c158681d9d (diff)
downloadslackbuilds-e0ca17a444d084102ebd554f04e12830205f9547.tar.gz
games/freeciv: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeciv/doinst.sh b/games/freeciv/doinst.sh
index 86cad8c1a4..a30493342c 100644
--- a/games/freeciv/doinst.sh
+++ b/games/freeciv/doinst.sh
@@ -4,7 +4,7 @@ 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