diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-18 11:06:09 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-18 11:06:09 -0200 |
commit | 5f73d029b9e32ff36d0d44793ee072e7c6b4e888 (patch) | |
tree | 34e00f186550dc284cc23c21754cc53b97008fee /libre/xbmc/xbmc.install | |
parent | 7454853bb6eb43bda8344d1178b5db4a3e41fcb2 (diff) | |
download | abslibre-5f73d029b9e32ff36d0d44793ee072e7c6b4e888.tar.gz abslibre-5f73d029b9e32ff36d0d44793ee072e7c6b4e888.tar.bz2 abslibre-5f73d029b9e32ff36d0d44793ee072e7c6b4e888.zip |
rename xbmc to kodi, remove xbmc-lts
Diffstat (limited to 'libre/xbmc/xbmc.install')
-rw-r--r-- | libre/xbmc/xbmc.install | 24 |
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" -} |