diff options
Diffstat (limited to 'abs/extra-testing/community/mythtv-vdpau/mythtv.install')
-rw-r--r-- | abs/extra-testing/community/mythtv-vdpau/mythtv.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra-testing/community/mythtv-vdpau/mythtv.install b/abs/extra-testing/community/mythtv-vdpau/mythtv.install new file mode 100644 index 0000000..c460f19 --- /dev/null +++ b/abs/extra-testing/community/mythtv-vdpau/mythtv.install @@ -0,0 +1,13 @@ +# arg 1: the new package version +post_install() { + echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!" +} + +# 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;'" +} + +op=$1 +shift +$op $* |