summaryrefslogtreecommitdiffstats
path: root/desktop/oranchelo-icon-theme
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:45:16 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit96365fb8f36fd0433f6235c78e9f57d66336a7da (patch)
treea9f66ed68d47581a0b01d0b95f92fbe8b1774499 /desktop/oranchelo-icon-theme
parentc324839a91574270ebe1c10b32bcfd7ac13fcbe8 (diff)
downloadslackbuilds-96365fb8f36fd0433f6235c78e9f57d66336a7da.tar.gz
desktop/oranchelo-icon-theme: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/oranchelo-icon-theme')
-rw-r--r--desktop/oranchelo-icon-theme/doinst.sh2
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