diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:56 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | bd3ffa2f96822418a1a692f9a1148e35383db8a9 (patch) | |
tree | b7851d975e2d1e7887d4f1e54ab26d056f5ef633 | |
parent | 06d7c7fabfc83e273d63276d9259fd595002e2fd (diff) |
games/gzdoom: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/gzdoom/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gzdoom/doinst.sh b/games/gzdoom/doinst.sh index 1f8ff67dedb2..4a25de5e6fbd 100644 --- a/games/gzdoom/doinst.sh +++ b/games/gzdoom/doinst.sh @@ -4,7 +4,7 @@ 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 |