mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mythtv to 0.28-6
This commit is contained in:
parent
9a6cc6f47d
commit
b2e5a958dd
2 changed files with 2 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
pkgname=mythtv
|
||||
pkgver=0.28
|
||||
pkgrel=4
|
||||
pkgrel=6
|
||||
epoch=1
|
||||
pkgdesc="A Homebrew PVR project"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue