summaryrefslogtreecommitdiff
path: root/community/mythtv/mythtv.install
blob: d73ba33d269672783be8fe5b00d49328a8853e47 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
   echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!"
}

post_upgrade() {
}

post_remove() {
   echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'"
}