mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/mythtv to 0.26.0-1
This commit is contained in:
parent
b827a6f95f
commit
45973df250
2 changed files with 5 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
|||
# - disabled vdpau, mmx
|
||||
|
||||
pkgname=mythtv
|
||||
pkgver=0.25.2
|
||||
pkgrel=2
|
||||
pkgver=0.26.0
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A Homebrew PVR project"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -36,7 +36,7 @@ source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
|
|||
'mythbackend.rc'
|
||||
'mythbackend.conf'
|
||||
'mythbackend.service')
|
||||
md5sums=('2bf8c0aa75e88d39747e59c27aa6072e'
|
||||
md5sums=('f57066bf75e6f14824c494d41639f4f9'
|
||||
'c8f935d42fb8617e9279bd539811ca5f'
|
||||
'ab962d83614cbd0ac11ce3fcc929829d'
|
||||
'e4d572dcc307d6d8ae26bee5aebf9f3a')
|
||||
|
|
|
@ -3,6 +3,8 @@ post_upgrade() {
|
|||
getent group mythtv &>/dev/null || groupadd -r mythtv >/dev/null
|
||||
useradd -rmd /var/lib/mythtv -g mythtv -G video,audio,optical -s /bin/bash mythtv >/dev/null
|
||||
fi
|
||||
|
||||
echo -e "You may need to load time zone tables in MySQL.\nSee http://www.mythtv.org/wiki/MySQL_Time_Zone_Tables"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue