summaryrefslogtreecommitdiff
path: root/libre/xbmc/xbmc.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-18 11:06:09 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-18 11:06:09 -0200
commit5f73d029b9e32ff36d0d44793ee072e7c6b4e888 (patch)
tree34e00f186550dc284cc23c21754cc53b97008fee /libre/xbmc/xbmc.install
parent7454853bb6eb43bda8344d1178b5db4a3e41fcb2 (diff)
rename xbmc to kodi, remove xbmc-lts
Diffstat (limited to 'libre/xbmc/xbmc.install')
-rw-r--r--libre/xbmc/xbmc.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/xbmc/xbmc.install b/libre/xbmc/xbmc.install
deleted file mode 100644
index 00ac17f74..000000000
--- a/libre/xbmc/xbmc.install
+++ /dev/null
@@ -1,24 +0,0 @@
-post_install() {
- update_icons
- update_autostart
-}
-
-post_upgrade() {
- update_icons
- update_autostart
-}
-
-post_remove() {
- update_icons
- update_autostart
-}
-
-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.parabola.nu/index.php/Xbmc#Autostarting_at_boot"
-}