diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:48 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | e0ca17a444d084102ebd554f04e12830205f9547 (patch) | |
tree | ca6e50f447929c4fb7963e64af6aa4de1ae91415 /games/freeciv | |
parent | 4997c8b1fc7fe786215ca965a27ad3c158681d9d (diff) | |
download | slackbuilds-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.sh | 2 |
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 |