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