diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:33 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 08ee8a3a0d181b51789b933abef5f0e5048ad4a0 (patch) | |
tree | a78321486291f5c9b33e726f8886f0cea03ba227 /games/atanks/doinst.sh | |
parent | 4f1b06b95c0cbe69c6936d6f35d9ca8d91e52f80 (diff) | |
download | slackbuilds-08ee8a3a0d181b51789b933abef5f0e5048ad4a0.tar.gz |
games/atanks: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/atanks/doinst.sh')
-rw-r--r-- | games/atanks/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atanks/doinst.sh b/games/atanks/doinst.sh index c9b350da4f..2aa41d640c 100644 --- a/games/atanks/doinst.sh +++ b/games/atanks/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
\ No newline at end of file |