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