summaryrefslogtreecommitdiffstats
path: root/desktop/faenza-icon-theme
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:44:53 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitcc5d66542dc6882807f59f172570e4166853dc3c (patch)
tree7c883f5c307f58d743f675e2a8f47cc6d4ab8d84 /desktop/faenza-icon-theme
parent85a85fad9f286e7f673ae209aea819390f5cc618 (diff)
downloadslackbuilds-cc5d66542dc6882807f59f172570e4166853dc3c.tar.gz
slackbuilds-cc5d66542dc6882807f59f172570e4166853dc3c.tar.xz
desktop/faenza-icon-theme: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/faenza-icon-theme')
-rw-r--r--desktop/faenza-icon-theme/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/faenza-icon-theme/doinst.sh b/desktop/faenza-icon-theme/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/desktop/faenza-icon-theme/doinst.sh
+++ b/desktop/faenza-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