summaryrefslogtreecommitdiffstats
path: root/network/linuxdcpp
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:49:21 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitaef29def62f1b05b6f0f0f116fab9f6c4ffa1eaa (patch)
tree846177558f8a8e18cb58ea57b5deae9a561d6ce8 /network/linuxdcpp
parent3aa53258cc7822e543adf660afc5bf9cb6494cc9 (diff)
downloadslackbuilds-aef29def62f1b05b6f0f0f116fab9f6c4ffa1eaa.tar.gz
network/linuxdcpp: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/linuxdcpp')
-rw-r--r--network/linuxdcpp/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/linuxdcpp/doinst.sh b/network/linuxdcpp/doinst.sh
index ae6bd45285..a692890106 100644
--- a/network/linuxdcpp/doinst.sh
+++ b/network/linuxdcpp/doinst.sh
@@ -4,6 +4,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