summaryrefslogtreecommitdiff
path: root/libre/xbmc/xbmc.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-01-20 13:38:58 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-01-20 13:38:58 -0200
commitee507a0c39c1266b35158689cad8f7fe531f396a (patch)
treee0b37782f810aaaea25e328efa10a4560b6c3b27 /libre/xbmc/xbmc.install
parent03e1b1f2144c92194acd4d1d9a0c6e10ac51a4a3 (diff)
parenta2df7958861eec4672c47cf90fe593a10cc42c8f (diff)
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
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"
-}