diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:48:09 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 723ee53b64d34372715911f5b4097aa58877bca9 (patch) | |
tree | 3548b72a503c1293e8b91f9c1cd692d2e7b58d39 /libraries/librep | |
parent | 12a20468cb6de39b6774859f156ba552040052f8 (diff) | |
download | slackbuilds-723ee53b64d34372715911f5b4097aa58877bca9.tar.gz |
libraries/librep: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/librep')
-rw-r--r-- | libraries/librep/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/librep/doinst.sh b/libraries/librep/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/libraries/librep/doinst.sh +++ b/libraries/librep/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 |