summaryrefslogtreecommitdiff
path: root/nonprism/banshee/banshee.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-08 12:48:43 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-08 12:49:09 -0300
commit20584bbcaf2ede5f242ff16ad507294173a1389e (patch)
tree4374be977528787460015f6bd1963c48d40e0d5d /nonprism/banshee/banshee.install
parentc77c25d080effd112c695d836040bd2cc4dcee5d (diff)
banshee-2.6.2-9.nonprism1: hooks rebuild
Diffstat (limited to 'nonprism/banshee/banshee.install')
-rw-r--r--nonprism/banshee/banshee.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/nonprism/banshee/banshee.install b/nonprism/banshee/banshee.install
deleted file mode 100644
index 079ac953d..000000000
--- a/nonprism/banshee/banshee.install
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgname=banshee
-
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}