diff options
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 |
commit | 06d7c7fabfc83e273d63276d9259fd595002e2fd (patch) | |
tree | a6cc736d11ddab740cd3993b74d1906c17d31226 /games/gottet/doinst.sh | |
parent | 52c5cada793d3012dad93bcc4ecb9d49b5c9e632 (diff) | |
download | slackbuilds-06d7c7fabfc83e273d63276d9259fd595002e2fd.tar.gz |
games/gottet: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gottet/doinst.sh')
-rw-r--r-- | games/gottet/doinst.sh | 2 |
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 |