diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:46:57 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 1db759b9c964fea85b0c811dac8d6472b600fed2 (patch) | |
tree | 93105bf55edea26f62b9aa3f3dabb9c5f2e3f897 /games/hatari | |
parent | bd3ffa2f96822418a1a692f9a1148e35383db8a9 (diff) | |
download | slackbuilds-1db759b9c964fea85b0c811dac8d6472b600fed2.tar.gz |
games/hatari: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/hatari')
-rw-r--r-- | games/hatari/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hatari/doinst.sh b/games/hatari/doinst.sh index ae52932a11..8c9889f879 100644 --- a/games/hatari/doinst.sh +++ b/games/hatari/doinst.sh @@ -8,7 +8,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 |