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