diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:14 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | b919013070843258d4750a868820fecfd5023d51 (patch) | |
tree | f75a4fb2eb6038dc6423f7629235b61cbdd52db4 /games/redeclipse | |
parent | 3db431d962c8fda82b7907017d7c7930b09145a9 (diff) |
games/redeclipse: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/redeclipse')
-rw-r--r-- | games/redeclipse/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/redeclipse/doinst.sh b/games/redeclipse/doinst.sh index 3e5691a052b5..65c7e2eeb9aa 100644 --- a/games/redeclipse/doinst.sh +++ b/games/redeclipse/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 |