diff options
Diffstat (limited to 'abs/extra-testing/community/mythtv-vdpau/mythtv.install')
-rw-r--r-- | abs/extra-testing/community/mythtv-vdpau/mythtv.install | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/abs/extra-testing/community/mythtv-vdpau/mythtv.install b/abs/extra-testing/community/mythtv-vdpau/mythtv.install index c460f19..5f911e4 100644 --- a/abs/extra-testing/community/mythtv-vdpau/mythtv.install +++ b/abs/extra-testing/community/mythtv-vdpau/mythtv.install @@ -1,8 +1,16 @@ # arg 1: the new package version post_install() { - echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!" + echo + echo + echo "As is with no guarantee, please do not file any bug reports against this package." } +post_upgrade(){ + echo + echo + echo "As is with no guarantee, please do not file any bug reports against this package." + +} # arg 1: the old package version post_remove() { echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'" |