diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/filezilla/doinst.sh | 3 |
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 - |