diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:44:50 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 2b3ebcd1e198eef287e812bc4d3154e26d3b2877 (patch) | |
tree | 923b113e2789fd24d5bc223bbb1ed39ea3ac539f /desktop | |
parent | 38ef98bcd8e7aed1c10df388281eee89f88b3299 (diff) | |
download | slackbuilds-2b3ebcd1e198eef287e812bc4d3154e26d3b2877.tar.gz |
desktop/emerald: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/emerald/doinst.sh | 2 |
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 |