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