summarylogtreecommitdiffstats
path: root/garden.install
diff options
context:
space:
mode:
authorKyle Keen2015-06-13 00:00:28 -0400
committerKyle Keen2015-06-13 00:00:28 -0400
commit38022ce9269551a4fcf17f222ab2762c1508597d (patch)
tree6880b743df4b6abd743581f540c5ac7d152c2464 /garden.install
downloadaur-38022ce9269551a4fcf17f222ab2762c1508597d.tar.gz
Initial import
Diffstat (limited to 'garden.install')
-rw-r--r--garden.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/garden.install b/garden.install
new file mode 100644
index 000000000000..5596cd589f0f
--- /dev/null
+++ b/garden.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}