summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-08-21 12:47:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-08-21 12:47:09 (GMT)
commit50335adace53668ce9696707ee6a3790eda94aff (patch)
treeb9de4b0ce90de8c18d75dbe7c611732d1d94435d /abs/extra/xbmc/xbmc.install
parente02ff97d615483c5252f8f5a422493b11ae62e42 (diff)
downloadlinhes_pkgbuild-50335adace53668ce9696707ee6a3790eda94aff.zip
linhes_pkgbuild-50335adace53668ce9696707ee6a3790eda94aff.tar.gz
linhes_pkgbuild-50335adace53668ce9696707ee6a3790eda94aff.tar.bz2
xbmc & xbmc-pvr-addons: remove; replaced by kodi
Diffstat (limited to 'abs/extra/xbmc/xbmc.install')
-rw-r--r--abs/extra/xbmc/xbmc.install26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra/xbmc/xbmc.install b/abs/extra/xbmc/xbmc.install
deleted file mode 100644
index 72d92d8..0000000
--- a/abs/extra/xbmc/xbmc.install
+++ /dev/null
@@ -1,26 +0,0 @@
-post_install() {
- update_icons
-# update_autostart
- gen_lib_xml.py
-}
-
-post_upgrade() {
- update_icons
-# update_autostart
-}
-
-post_remove() {
- update_icons
- update_autostart
- gen_lib_xml.py
-}
-
-update_icons() {
- type -p gtk-update-icon-cache > /dev/null 2>&1 && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
- type -p update-desktop-database > /dev/null 2>&1 && usr/bin/update-desktop-database -q usr/share/applications
- return 0
-}
-
-update_autostart() {
- echo "To autostart xbmc standalone read: https://wiki.archlinux.org/index.php/Xbmc#Autostarting_at_boot"
-}