summarylogtreecommitdiffstats
path: root/tomate-notify-plugin.install
diff options
context:
space:
mode:
authorElio E. Duarte2015-12-08 20:43:24 -0200
committerElio E. Duarte2015-12-08 20:43:24 -0200
commitef4bcf3030508ac24d4f6b642b1002e61c08e484 (patch)
treeb34f2c089321ed0b2403e9dc7046e057ee5d6602 /tomate-notify-plugin.install
downloadaur-ef4bcf3030508ac24d4f6b642b1002e61c08e484.tar.gz
Initial version
Diffstat (limited to 'tomate-notify-plugin.install')
-rw-r--r--tomate-notify-plugin.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/tomate-notify-plugin.install b/tomate-notify-plugin.install
new file mode 100644
index 000000000000..f46ccdc5ee50
--- /dev/null
+++ b/tomate-notify-plugin.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file