mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/xbmc to 12.3-8
This commit is contained in:
parent
4d0cca8fa9
commit
b6165b46b9
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue