community/xbmc to 12.3-8

This commit is contained in:
Kevin Mihelich 2014-01-22 13:05:33 +00:00
parent 4d0cca8fa9
commit b6165b46b9
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ _prefix=/usr
pkgname=xbmc
pkgver=12.3
_codename=Frodo
pkgrel=7
pkgrel=8
pkgdesc="A software media player and entertainment hub for digital media"
arch=('i686' 'x86_64')
url="http://xbmc.org"

View file

@ -14,5 +14,5 @@ post_upgrade() {
post_remove() {
[[ $(type -p gtk-update-icon-cache) ]] && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
[[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
getent passwd xbmc > /dev/null || userdel xbmc
getent passwd xbmc > /dev/null && userdel xbmc
}