mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
8 lines
241 B
Text
8 lines
241 B
Text
|
post_install() {
|
||
|
echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!"
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'"
|
||
|
}
|