summaryrefslogtreecommitdiff
path: root/extra/audacious/install
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-17 04:48:45 +0000
committerroot <root@rshg047.dnsready.net>2011-04-17 04:48:45 +0000
commit66f23fc95df1f1b02b24701055a63bddfd292451 (patch)
tree22bd436b3447d82959f6f030de7ffb83de1466c1 /extra/audacious/install
parentec549f64c923643d4b13dd7d364e080840ae3e29 (diff)
Sun Apr 17 04:48:45 UTC 2011
Diffstat (limited to 'extra/audacious/install')
-rw-r--r--extra/audacious/install12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/audacious/install b/extra/audacious/install
new file mode 100644
index 000000000..af0c8724a
--- /dev/null
+++ b/extra/audacious/install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}