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