diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:23 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | e2b3acbd101e7105a99442e239262f69c1d5e226 (patch) | |
tree | a4b5711d3d49da4d0626223bd133f81c4cb63ea8 /games | |
parent | 3a8bf72db866a2d8cb46b36caa64830938e100d9 (diff) | |
download | slackbuilds-e2b3acbd101e7105a99442e239262f69c1d5e226.tar.gz |
games/unknown-horizons: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/unknown-horizons/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/unknown-horizons/doinst.sh b/games/unknown-horizons/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/games/unknown-horizons/doinst.sh +++ b/games/unknown-horizons/doinst.sh @@ -8,6 +8,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 |