summarylogtreecommitdiffstats
path: root/xfce4-hotcorner-plugin.install
diff options
context:
space:
mode:
authorkillermoehre2015-06-26 22:06:24 +0200
committerkillermoehre2015-06-26 22:06:24 +0200
commitb54656c6562cc654d3a08771f87731e96379ad65 (patch)
treecb453f156f396c560ac831477ff05850a7753a3a /xfce4-hotcorner-plugin.install
downloadaur-b54656c6562cc654d3a08771f87731e96379ad65.tar.gz
Initial release
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: