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