summarylogtreecommitdiffstats
path: root/nuvexport.install
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-07 17:53:36 +0100
committerBartłomiej Piotrowski2018-01-07 17:53:36 +0100
commitcf762fdf0f7e31f44f9aadf6a9c916a3ea5f856a (patch)
treefb90268671ba2f88da71a592bb35c42a802d8620 /nuvexport.install
downloadaur-nuvexport.tar.gz
Import from official repositories
Diffstat (limited to 'nuvexport.install')
-rw-r--r--nuvexport.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/nuvexport.install b/nuvexport.install
new file mode 100644
index 000000000000..89be25914dbc
--- /dev/null
+++ b/nuvexport.install
@@ -0,0 +1,16 @@
+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
+}