summaryrefslogtreecommitdiff
path: root/community-staging/mythtv/mythtv.install
blob: c29a5345495d822128e7b394de414354d29d4565 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;'"
}