summaryrefslogtreecommitdiffstats
path: root/desktop/catfish
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:44:40 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit85c5bfce0cabb3e5c79d270bc9f761239386ba1e (patch)
treec6c00175e999993980990c130442546206a25067 /desktop/catfish
parent62df000ec20504cf839b4f563e580fb1b612750e (diff)
downloadslackbuilds-85c5bfce0cabb3e5c79d270bc9f761239386ba1e.tar.gz
desktop/catfish: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/catfish')
-rw-r--r--desktop/catfish/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/catfish/doinst.sh b/desktop/catfish/doinst.sh
index 1f8ff67ded..4a25de5e6f 100644
--- a/desktop/catfish/doinst.sh
+++ b/desktop/catfish/doinst.sh
@@ -4,7 +4,7 @@ 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