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