summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myth2ipod/myth2ipod.install
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-07 17:12:26 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-07 17:12:26 (GMT)
commitb1d081edd3cbb7d29f18673ad01ecc427b43e841 (patch)
treeac8c4c9b2eaa8b3e6d5c6c040f76d76d1f8ff746 /abs/extra-testing/myth2ipod/myth2ipod.install
parent4ac045673065b3f2d00304a4c89b893d12ae86d5 (diff)
downloadlinhes_pkgbuild-b1d081edd3cbb7d29f18673ad01ecc427b43e841.zip
linhes_pkgbuild-b1d081edd3cbb7d29f18673ad01ecc427b43e841.tar.gz
linhes_pkgbuild-b1d081edd3cbb7d29f18673ad01ecc427b43e841.tar.bz2
iterating toward working myth2ipod and myt2xvid3 packages
Diffstat (limited to 'abs/extra-testing/myth2ipod/myth2ipod.install')
-rwxr-xr-xabs/extra-testing/myth2ipod/myth2ipod.install13
1 files changed, 7 insertions, 6 deletions
diff --git a/abs/extra-testing/myth2ipod/myth2ipod.install b/abs/extra-testing/myth2ipod/myth2ipod.install
index 4a7e046..9b9239a 100755
--- a/abs/extra-testing/myth2ipod/myth2ipod.install
+++ b/abs/extra-testing/myth2ipod/myth2ipod.install
@@ -1,6 +1,7 @@
pre_install() {
- echo ""
+ mkdir -p /myth/ipodfeed
+ chown mythtv:http /myth/ipodfeed
}
pre_upgrade() {
@@ -13,14 +14,11 @@ pre_remove() {
post_install() {
. /etc/systemconfig
- mkdir /myth/ipodfeed
- chown mythtv:users /myth/ipodfeed
ln -s /myth/ipodfeed /data/srv/httpd/htdocs/ipodfeed
+ ln -s /myth/ipodfeed/m2iweb.php /myth/ipodfeed/index.php
cp /usr/bin/myth2ipod /tmp
sed -e "s/REPLACEME/$hostname/g" /tmp/myth2ipod > /usr/bin/myth2ipod
chown -R mythtv:http /myth/ipodfeed
-
-
}
post_upgrade() {
@@ -28,7 +26,10 @@ post_upgrade() {
}
post_remove() {
- rm -fr /data/srv/httpd/htdocs/ipodfeed
+ rm -fr /data/srv/httpd/htdocs/ipodfeed
+ rm -rf /myth/ipodfeed/m2iweb.php
+ rm -rf /myth/ipodfeed/index.php
+ # don't delete content that the user may still want, so leave /myth/ipodfeed
}
op=$1