summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoohbah2016-03-03 22:36:16 +0000
committerBoohbah2016-03-03 22:36:16 +0000
commit1e5d8700f4d37c302fe12720ee9308a79979b5f7 (patch)
treea8ae81a3bf30f05dadb4087d0831e91132d2cb72
parent3c269f9ae43f3d0c64707b5db66ab28546c3d8e9 (diff)
downloadaur-1e5d8700f4d37c302fe12720ee9308a79979b5f7.tar.gz
Add install file
-rw-r--r--ricochet-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/ricochet-git.install b/ricochet-git.install
new file mode 100644
index 000000000000..6e9b764c7f0d
--- /dev/null
+++ b/ricochet-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache
+}
+
+post_upgrade() {
+ gtk-update-icon-cache
+}
+
+post_remove() {
+ gtk-update-icon-cache
+}