summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/old/stable-0.23/mythtv/pretty
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-06 03:49:08 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-06 03:49:08 (GMT)
commitcd93c8ee5f2f5c40d6dd56c2c45d54560b052852 (patch)
tree69b191a821152b9e6164e50d80291af9fcf31052 /abs/core/mythtv/old/stable-0.23/mythtv/pretty
parentd46b411345a20e0ea7cbf62d55539789524b5dd5 (diff)
downloadlinhes_pkgbuild-cd93c8ee5f2f5c40d6dd56c2c45d54560b052852.zip
linhes_pkgbuild-cd93c8ee5f2f5c40d6dd56c2c45d54560b052852.tar.gz
linhes_pkgbuild-cd93c8ee5f2f5c40d6dd56c2c45d54560b052852.tar.bz2
mythtv: upgrade to 0.24 - untested
Diffstat (limited to 'abs/core/mythtv/old/stable-0.23/mythtv/pretty')
-rwxr-xr-xabs/core/mythtv/old/stable-0.23/mythtv/pretty9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/mythtv/old/stable-0.23/mythtv/pretty b/abs/core/mythtv/old/stable-0.23/mythtv/pretty
new file mode 100755
index 0000000..7e0ab21
--- /dev/null
+++ b/abs/core/mythtv/old/stable-0.23/mythtv/pretty
@@ -0,0 +1,9 @@
+#!/bin/bash
+if [ -f /usr/share/mythtv/contrib/user_jobs/mythlink.pl ]
+then
+ su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythlink.pl --link /myth/pretty"
+elif [ -f /usr/share/mythtv/contrib/user_jobs/mythrename.pl ]
+then
+ su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythrename.pl --link /myth/pretty"
+fi
+