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