summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/old/stable-0.23/mythtv/pretty
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-06 22:08:43 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-06 22:08:43 (GMT)
commit7b658e2f4f9fa8c3cffa92a2359d904c30709598 (patch)
tree13c653c0fb35a44c2619b97c4579667bb8a3ff93 /abs/core/mythtv/old/stable-0.23/mythtv/pretty
parentdf96ab68ee288fd64c74b3e4957dc80669b9933d (diff)
downloadlinhes_pkgbuild-7b658e2f4f9fa8c3cffa92a2359d904c30709598.zip
linhes_pkgbuild-7b658e2f4f9fa8c3cffa92a2359d904c30709598.tar.gz
linhes_pkgbuild-7b658e2f4f9fa8c3cffa92a2359d904c30709598.tar.bz2
remove old mythtv builds.
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, 0 insertions, 9 deletions
diff --git a/abs/core/mythtv/old/stable-0.23/mythtv/pretty b/abs/core/mythtv/old/stable-0.23/mythtv/pretty
deleted file mode 100755
index 7e0ab21..0000000
--- a/abs/core/mythtv/old/stable-0.23/mythtv/pretty
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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
-