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