PKGBUILDs/community/mythtv/mythtv.install
2011-05-20 23:04:59 -04:00

11 lines
269 B
Text

post_install() {
echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!"
}
post_upgrade() {
return
}
post_remove() {
echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'"
}