summarylogtreecommitdiffstats
path: root/terminator.install
diff options
context:
space:
mode:
authorQuan Guo2015-06-17 21:29:17 +0200
committerQuan Guo2015-06-17 21:29:17 +0200
commit76519bb7c8513db72bf88a5c73c516f8f0f20acc (patch)
tree90d9122cd1f947d451d16452b7133ae920b62823 /terminator.install
downloadaur-76519bb7c8513db72bf88a5c73c516f8f0f20acc.tar.gz
Initial import
Diffstat (limited to 'terminator.install')
-rw-r--r--terminator.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/terminator.install b/terminator.install
new file mode 100644
index 000000000000..aa5dac491219
--- /dev/null
+++ b/terminator.install
@@ -0,0 +1,11 @@
+post_install() {
+ which xdg-icon-resource &>/dev/null && xdg-icon-resource forceupdate || true
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}