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