diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:22 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 961c697d8daa9709625696cc9820d7c725e92b44 (patch) | |
tree | 183bde250c379da70e31f99cea0ae4eb5fd18671 /system/gentoo | |
parent | 89dadd94a50c8c5f4d481d03603529a9111a4fa9 (diff) | |
download | slackbuilds-961c697d8daa9709625696cc9820d7c725e92b44.tar.gz |
system/gentoo: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gentoo')
-rw-r--r-- | system/gentoo/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gentoo/doinst.sh b/system/gentoo/doinst.sh index 9830478e8c..0fb9c8b686 100644 --- a/system/gentoo/doinst.sh +++ b/system/gentoo/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 |