mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
18 lines
386 B
Text
18 lines
386 B
Text
|
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, but note that you'll have to install transcode before
|
||
|
==> doing so.
|
||
|
|
||
|
_EOF
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|