summaryrefslogtreecommitdiff
path: root/community-testing/xbmc/xbmc.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/xbmc/xbmc.install')
-rw-r--r--community-testing/xbmc/xbmc.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/community-testing/xbmc/xbmc.install b/community-testing/xbmc/xbmc.install
deleted file mode 100644
index 862508e73..000000000
--- a/community-testing/xbmc/xbmc.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- [[ $(type -p gtk-update-icon-cache) ]] && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
- [[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
- true
-}
-
-post_upgrade() {
- post_install $1
- true
-}
-
-post_remove() {
- post_install $1
- true
-}