diff options
Diffstat (limited to 'community/filezilla/filezilla.install')
-rw-r--r-- | community/filezilla/filezilla.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/filezilla/filezilla.install b/community/filezilla/filezilla.install new file mode 100644 index 000000000..1a05f573e --- /dev/null +++ b/community/filezilla/filezilla.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |