summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/mythtv-vdpau/mythtv.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-09 23:50:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-09 23:50:16 (GMT)
commitd01ff1ac2a8f9574176a14cca17d258e1cd6c0a5 (patch)
treee81d480ae038234cb9316b078e86386b78cd13a4 /abs/extra-testing/community/mythtv-vdpau/mythtv.install
parentfc774b2468c47ac8fce3858fc79f8dea228055a7 (diff)
downloadlinhes_pkgbuild-d01ff1ac2a8f9574176a14cca17d258e1cd6c0a5.zip
linhes_pkgbuild-d01ff1ac2a8f9574176a14cca17d258e1cd6c0a5.tar.gz
linhes_pkgbuild-d01ff1ac2a8f9574176a14cca17d258e1cd6c0a5.tar.bz2
mythtv-vdpau now depends on nvidia drivers 180.29 and not the beta drivers.
Added a disclaimer post_install.
Diffstat (limited to 'abs/extra-testing/community/mythtv-vdpau/mythtv.install')
-rw-r--r--abs/extra-testing/community/mythtv-vdpau/mythtv.install10
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;'"