summarylogtreecommitdiffstats
path: root/wicd-gtk.install
diff options
context:
space:
mode:
authorAdrien Sohier2015-06-08 15:30:32 +0200
committerAdrien Sohier2015-06-08 15:30:32 +0200
commitd40f2607b76fa6030e1ecb27eccc96ab31e3bc9d (patch)
tree2a2d2ca90d9f4ea08a0c1b68d13f602bc308065d /wicd-gtk.install
downloadaur-d40f2607b76fa6030e1ecb27eccc96ab31e3bc9d.tar.gz
init
Diffstat (limited to 'wicd-gtk.install')
-rw-r--r--wicd-gtk.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/wicd-gtk.install b/wicd-gtk.install
new file mode 100644
index 000000000000..1a05f573e594
--- /dev/null
+++ b/wicd-gtk.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
+}