summarylogtreecommitdiffstats
path: root/xfce4-hotcorner-plugin.install
diff options
context:
space:
mode:
authorkillermoehre2015-06-26 21:28:50 +0200
committerkillermoehre2015-06-26 21:28:50 +0200
commitd62ecc86b7ed042b4bc74fa4f05b9d692e4146d0 (patch)
treee805fc189c1820a2fff9954548cf97a527fa9825 /xfce4-hotcorner-plugin.install
downloadaur-d62ecc86b7ed042b4bc74fa4f05b9d692e4146d0.tar.gz
Initial commit
Diffstat (limited to 'xfce4-hotcorner-plugin.install')
-rw-r--r--xfce4-hotcorner-plugin.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/xfce4-hotcorner-plugin.install b/xfce4-hotcorner-plugin.install
new file mode 100644
index 000000000000..e4f8fd06c1ed
--- /dev/null
+++ b/xfce4-hotcorner-plugin.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: