summarylogtreecommitdiffstats
path: root/easymp3gain.install
diff options
context:
space:
mode:
authorJorge Barroso2015-06-15 21:26:15 +0200
committerJorge Barroso2015-06-15 21:26:15 +0200
commit3289aa864a9230d44eca53fe09b3f4681e7cfd10 (patch)
treedc84ea4e9f6e050f6e51f2182ccc4d05a174d8f9 /easymp3gain.install
downloadaur-3289aa864a9230d44eca53fe09b3f4681e7cfd10.tar.gz
Initial import
Diffstat (limited to 'easymp3gain.install')
-rw-r--r--easymp3gain.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/easymp3gain.install b/easymp3gain.install
new file mode 100644
index 000000000000..96061b5c0782
--- /dev/null
+++ b/easymp3gain.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+# vim:set ts=2 sw=2 et: