diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:20 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | b5caf4523cb8c0e6b7f379d26e97d947dbb90d32 (patch) | |
tree | e2e2c7e91ff0b7a596e441f3f8ab5c4a0d72a2df /system/fs-uae/doinst.sh | |
parent | fb1824af10db53599f33d517fb4185214d98a3a4 (diff) |
system/fs-uae: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fs-uae/doinst.sh')
-rw-r--r-- | system/fs-uae/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fs-uae/doinst.sh b/system/fs-uae/doinst.sh index 1f8ff67dedb2..4a25de5e6fbd 100644 --- a/system/fs-uae/doinst.sh +++ b/system/fs-uae/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 |