PKGBUILDs/community/mythtv/mythtv.install

12 lines
269 B
Text
Raw Normal View History

2011-05-17 22:24:39 +00:00
post_install() {
echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!"
}
2011-05-21 03:04:59 +00:00
post_upgrade() {
return
}
2011-05-17 22:24:39 +00:00
post_remove() {
echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'"
}