summarylogtreecommitdiffstats
path: root/gottet.install
diff options
context:
space:
mode:
authorGraeme Gott2015-06-09 05:25:11 -0400
committerGraeme Gott2015-06-09 05:43:38 -0400
commit417c9b566c2827d351c309243c41c5d86964ad62 (patch)
tree0c84910c0d25cf6c2c82ac0cb150f7489d82bb7a /gottet.install
downloadaur-417c9b566c2827d351c309243c41c5d86964ad62.tar.gz
Initial import
Diffstat (limited to 'gottet.install')
-rw-r--r--gottet.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gottet.install b/gottet.install
new file mode 100644
index 000000000000..1c0de2e4fa61
--- /dev/null
+++ b/gottet.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}