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