diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:20 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | f88d29e03abbbb0839ccec38ac7ff6d92a4739c7 (patch) | |
tree | 466e1ddd881f63c7bb6b7676790dcfcc4cc772f3 /games/stella | |
parent | 3d3c8c109b09cafaef66c14c4d08f4fa9d07194d (diff) | |
download | slackbuilds-f88d29e03abbbb0839ccec38ac7ff6d92a4739c7.tar.gz |
games/stella: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stella')
-rw-r--r-- | games/stella/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/stella/doinst.sh b/games/stella/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/games/stella/doinst.sh +++ b/games/stella/doinst.sh @@ -8,6 +8,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 |