diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:29 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | eed39c5755544faebea5430037de147ffe9c1a90 (patch) | |
tree | 5e8b7855c2bd1cc3a877af10d98187693f6df838 /games/KAdventure/doinst.sh | |
parent | 916c376c5de8ad07d9adb1f5beacb8535c975029 (diff) |
games/KAdventure: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/KAdventure/doinst.sh')
-rw-r--r-- | games/KAdventure/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/KAdventure/doinst.sh b/games/KAdventure/doinst.sh index 3e5691a052b5..65c7e2eeb9aa 100644 --- a/games/KAdventure/doinst.sh +++ b/games/KAdventure/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 |