post_install() {
  cat << _EOF 

==> IMPORTANT!!!
==> To use nuvexport, you will need to copy ~/.mythtv/config.xml
==> from a working MythTV installation to /usr/lib/mythtv/config.xml
==>
==> You can also run nuvexport --transcode and get potentially better
==> results.

_EOF
}

post_upgrade() {
  post_install $1
}
