summaryrefslogtreecommitdiff
path: root/community/audex/audex.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
committerroot <root@rshg054.dnsready.net>2013-03-15 00:04:20 -0700
commiteebfa6ebe1522831767019e496b0c094b2e15a5c (patch)
tree935fa3d9bddae6c8181a7025516e24875e35f9d2 /community/audex/audex.install
parent3ff20dedff636571ad0faa4736af5b23e4623ffe (diff)
Fri Mar 15 00:04:19 PDT 2013
Diffstat (limited to 'community/audex/audex.install')
-rw-r--r--community/audex/audex.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/audex/audex.install b/community/audex/audex.install
deleted file mode 100644
index 81ce5c4b0..000000000
--- a/community/audex/audex.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}