summarylogtreecommitdiffstats
path: root/pnmixer.install
diff options
context:
space:
mode:
authorBrian Bidulock2015-10-25 16:43:57 -0600
committerBrian Bidulock2015-10-25 16:43:57 -0600
commite94d28b56c0034fc392bf8a717c05389c31ace39 (patch)
tree3f0213e4d22eb6695cce229d0ee5a54b8853168f /pnmixer.install
parentc77aa44e4ba9ebbf72b7c7042fe03484c0c1908c (diff)
downloadaur-e94d28b56c0034fc392bf8a717c05389c31ace39.tar.gz
version 0.6.1-1
Diffstat (limited to 'pnmixer.install')
-rw-r--r--pnmixer.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pnmixer.install b/pnmixer.install
new file mode 100644
index 000000000000..1a05f573e594
--- /dev/null
+++ b/pnmixer.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
+}