diff options
author | Willy Sudiarto Raharjo | 2017-01-09 13:44:59 +0100 |
---|---|---|
committer | David Spencer | 2017-01-09 21:18:25 +0100 |
commit | f3d0172caf248a4fdbcf1092af797c1be9eed556 (patch) | |
tree | 45972c3b6a6b4a1f2ffd8e20e1b4b8d51a0aeb83 /desktop/gtk-theme-Bluebird | |
parent | c175ccd48417217113ab50e62788b03a1a1c2da7 (diff) | |
download | slackbuilds-f3d0172caf248a4fdbcf1092af797c1be9eed556.tar.gz |
desktop/gtk-theme-Bluebird: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gtk-theme-Bluebird')
-rw-r--r-- | desktop/gtk-theme-Bluebird/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gtk-theme-Bluebird/doinst.sh b/desktop/gtk-theme-Bluebird/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/desktop/gtk-theme-Bluebird/doinst.sh +++ b/desktop/gtk-theme-Bluebird/doinst.sh @@ -8,6 +8,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 |