summaryrefslogtreecommitdiffstats
path: root/desktop/numix-icon-theme-circle
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:45:09 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit3248960f05b2955eda765a1f4d1cde8e833e6967 (patch)
tree0d28f10048fa48bca283f9ee9cbd2250b0c211e9 /desktop/numix-icon-theme-circle
parent4b0cecdb14b9f29ee4244df441252bebc3066af9 (diff)
downloadslackbuilds-3248960f05b2955eda765a1f4d1cde8e833e6967.tar.gz
desktop/numix-icon-theme-circle: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/numix-icon-theme-circle')
-rw-r--r--desktop/numix-icon-theme-circle/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/numix-icon-theme-circle/doinst.sh b/desktop/numix-icon-theme-circle/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/desktop/numix-icon-theme-circle/doinst.sh
+++ b/desktop/numix-icon-theme-circle/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