mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/xbmc to 12.2-8, also fixes #633
This commit is contained in:
parent
87522a102a
commit
ad34379b62
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue