summaryrefslogtreecommitdiffstats
path: root/network/filezilla
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 12:45:03 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitad88ce2062e95849e6e34938f8a8af891a6d87c1 (patch)
tree9dc828afb7459966831fb8ccb3d9fb2c0f90b198 /network/filezilla
parentf3eef826d25be4c512574bbc11e1e49c1dacbf6a (diff)
downloadslackbuilds-ad88ce2062e95849e6e34938f8a8af891a6d87c1.tar.gz
network/filezilla: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/filezilla')
-rw-r--r--network/filezilla/doinst.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/filezilla/doinst.sh b/network/filezilla/doinst.sh
index 9830478e8c..aea0f894eb 100644
--- a/network/filezilla/doinst.sh
+++ b/network/filezilla/doinst.sh
@@ -8,7 +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
-