diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:37 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 58dc5f67f36a51b7d40f6674726e3893c58ac208 (patch) | |
tree | 918710a930c5010c812222c75b9d9878573f091a /games/crimson | |
parent | bae1635dbb4bfd2c6e31d5b811911d62e8d8cdd8 (diff) | |
download | slackbuilds-58dc5f67f36a51b7d40f6674726e3893c58ac208.tar.gz |
games/crimson: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/crimson')
-rw-r--r-- | games/crimson/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crimson/doinst.sh b/games/crimson/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/games/crimson/doinst.sh +++ b/games/crimson/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 |