diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:16 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 9f1ea26b855cc5383181979983a64371cf4897f6 (patch) | |
tree | b8c3bc8412ab5f72784ffd293c7571abd5359a7b /games | |
parent | 19d837aa1ddaa854fc7d3997f4295912bf2636a4 (diff) | |
download | slackbuilds-9f1ea26b855cc5383181979983a64371cf4897f6.tar.gz |
games/rott: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/rott/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rott/doinst.sh b/games/rott/doinst.sh index 86cad8c1a4..a30493342c 100644 --- a/games/rott/doinst.sh +++ b/games/rott/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 |