diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:15 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | c324839a91574270ebe1c10b32bcfd7ac13fcbe8 (patch) | |
tree | c4db0237caee774d9c15db86f3cb577d8244ad01 /desktop | |
parent | 2e0ce8445cd1dfcc0031b8416b42fb3256a22186 (diff) | |
download | slackbuilds-c324839a91574270ebe1c10b32bcfd7ac13fcbe8.tar.gz |
desktop/openbox-simple-theme: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/openbox-simple-theme/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/openbox-simple-theme/doinst.sh b/desktop/openbox-simple-theme/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/desktop/openbox-simple-theme/doinst.sh +++ b/desktop/openbox-simple-theme/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 |