summarylogtreecommitdiffstats
path: root/filezilla-svn.install
diff options
context:
space:
mode:
authorPeter Mattern2016-01-13 14:39:09 +0100
committerPeter Mattern2016-01-13 14:39:09 +0100
commitfa056ec6af927894466f537dffc16fde5bb7429b (patch)
treeea8819be407916f8d53da60fffc2b793dec8ab0c /filezilla-svn.install
downloadaur-fa056ec6af927894466f537dffc16fde5bb7429b.tar.gz
Initial commit
Diffstat (limited to 'filezilla-svn.install')
-rw-r--r--filezilla-svn.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/filezilla-svn.install b/filezilla-svn.install
new file mode 100644
index 000000000000..272ceaacbab4
--- /dev/null
+++ b/filezilla-svn.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}