community/xbmc to 12.2-8, also fixes #633

This commit is contained in:
Kevin Mihelich 2013-11-29 17:06:26 +00:00
parent 87522a102a
commit ad34379b62
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ _prefix=/usr
pkgname=xbmc
pkgver=12.2
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

@ -3,7 +3,7 @@ post_install() {
[[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
getent group xbmc > /dev/null || groupadd xbmc
getent passwd xbmc > /dev/null || useradd -m -d /var/lib/xbmc -g xbmc xbmc
usermod -a -G xbmc,audio,video,power,network,optical,storage,disk,upower,udisks xbmc
usermod -a -G xbmc,audio,video,power,network,optical,storage,disk xbmc
}
post_upgrade() {