diff options
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" -} |