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