PKGBUILDs/community/mythtv/mythtv.install

12 lines
269 B
Plaintext
Raw Normal View History

2012-02-01 04:48:03 +00:00
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;'"
}