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