diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 04:00:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 04:00:36 -0300 |
commit | 7d3d4baa9eb9b0754d609348fd15e01da79f0dbe (patch) | |
tree | 34890469ef3c1aaf88e21e19dcd806f744908a28 /libre/xbmc-libre/xbmc.install | |
parent | e18624050b62423c4e689ee2abf9929c6b46e5d5 (diff) | |
download | abslibre-7d3d4baa9eb9b0754d609348fd15e01da79f0dbe.tar.gz abslibre-7d3d4baa9eb9b0754d609348fd15e01da79f0dbe.tar.bz2 abslibre-7d3d4baa9eb9b0754d609348fd15e01da79f0dbe.zip |
xbmc: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/xbmc-libre/xbmc.install')
-rw-r--r-- | libre/xbmc-libre/xbmc.install | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/xbmc-libre/xbmc.install b/libre/xbmc-libre/xbmc.install deleted file mode 100644 index f90770bd5..000000000 --- a/libre/xbmc-libre/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.parabolagnulinux.org/index.php/Xbmc#Autostarting_at_boot" -} |