diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:54 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | d1efc992a0dc4005e1d19e9caadffb68d09a16a9 (patch) | |
tree | 71dfed7f62ff8e243cd2567edb80337423725087 /games | |
parent | 16ba7cce4ed9c35e7df73b28484a357472b2b0c5 (diff) |
games/gnonograms: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/gnonograms/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnonograms/doinst.sh b/games/gnonograms/doinst.sh index 55ffe4859a6c..eca710b7fcde 100644 --- a/games/gnonograms/doinst.sh +++ b/games/gnonograms/doinst.sh @@ -1,6 +1,6 @@ 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 |