summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myth2xvid/myth2xvid.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-07-19 07:25:03 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-07-19 07:25:03 (GMT)
commit3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8 (patch)
tree2e37adc360d1ec9fa04660a6e916f8da8129e1ce /abs/extra-testing/myth2xvid/myth2xvid.install
parent0009bffd7067606a96b9354f8fc2e6ad7d8c0815 (diff)
downloadlinhes_pkgbuild-3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8.zip
linhes_pkgbuild-3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8.tar.gz
linhes_pkgbuild-3a6c9ac5490d235e388cbe2daf3196dfd0d5f3d8.tar.bz2
Myth2Xvid:Initial inclusion.
Diffstat (limited to 'abs/extra-testing/myth2xvid/myth2xvid.install')
-rwxr-xr-xabs/extra-testing/myth2xvid/myth2xvid.install41
1 files changed, 41 insertions, 0 deletions
diff --git a/abs/extra-testing/myth2xvid/myth2xvid.install b/abs/extra-testing/myth2xvid/myth2xvid.install
new file mode 100755
index 0000000..9e8ba23
--- /dev/null
+++ b/abs/extra-testing/myth2xvid/myth2xvid.install
@@ -0,0 +1,41 @@
+
+pre_install() {
+ echo ""
+}
+
+pre_upgrade() {
+ pre_install
+}
+
+pre_remove() {
+ pre_install
+}
+
+post_install() {
+ . /etc/systemconfig
+ mkdir /myth/video/archive
+ chown mythtv:users /myth/video/archive
+ ln -s /myth/video/archive /data/srv/httpd/htdocs/archive
+ cp /usr/bin/myth2xvid /tmp
+ sed -e "s/REPLACEME/$hostname/g" /tmp/myth2xvid > /usr/bin/myth2xvid
+
+
+}
+
+post_upgrade() {
+
+
+ mkdir /myth/video/archive
+ chown mythtv:users /myth/video/archive
+ ln -s /myth/video/archive /data/srv/httpd/htdocs/archive
+ /usr/bin/myth2xvid -rebuild
+}
+
+post_remove() {
+ post_install
+}
+
+op=$1
+shift
+
+$op $*