diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:19 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 3d3c8c109b09cafaef66c14c4d08f4fa9d07194d (patch) | |
tree | 545a423848d0cb71ee23bc19e8c937298e76a33f /games | |
parent | ea5d2c524600f6318bbe9720b48d92591adc2b73 (diff) | |
download | slackbuilds-3d3c8c109b09cafaef66c14c4d08f4fa9d07194d.tar.gz |
games/starfighter: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/starfighter/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/starfighter/doinst.sh b/games/starfighter/doinst.sh index 7cdd9700e7..658d106939 100644 --- a/games/starfighter/doinst.sh +++ b/games/starfighter/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 if [ -x /usr/bin/kbuildsycoca4 ]; then |