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