community/mythtv to 0.28-6

This commit is contained in:
Kevin Mihelich 2016-08-05 00:00:46 +00:00
parent 9a6cc6f47d
commit b2e5a958dd
2 changed files with 2 additions and 4 deletions

View file

@ -12,7 +12,7 @@
pkgname=mythtv
pkgver=0.28
pkgrel=4
pkgrel=6
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')

View file

@ -16,7 +16,5 @@ post_install() {
post_remove() {
echo -e "The MythTV database was not removed. To remove it, run:\n mysql -u root -e 'drop database mythconverg;'"
[ -d var/lib/mythtv ] && echo "The MythTV home directory /var/lib/mythtv can also be removed."
getent passwd mythtv &>/dev/null && userdel mythtv >/dev/null
getent group mythtv &>/dev/null && groupdel mythtv >/dev/null
echo -e "The 'mythtv' user and group can also be removed."
}