summarylogtreecommitdiffstats
path: root/xfwm4-hover-inactive.install
diff options
context:
space:
mode:
authorjjacky2012-02-07 15:41:26 +0100
committerOlivier Brunel2015-06-08 19:23:06 +0200
commitd7b26b577dd431ce7731b8527779acc9173974ef (patch)
tree73209c60ba48c1e9035ddaf593b167550a925c9c /xfwm4-hover-inactive.install
downloadaur-d7b26b577dd431ce7731b8527779acc9173974ef.tar.gz
first commit
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'xfwm4-hover-inactive.install')
-rw-r--r--xfwm4-hover-inactive.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/xfwm4-hover-inactive.install b/xfwm4-hover-inactive.install
new file mode 100644
index 000000000000..21b79d2d44de
--- /dev/null
+++ b/xfwm4-hover-inactive.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}