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