summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-08-10 05:09:35 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-08-10 05:09:35 (GMT)
commit22683d9542d087eaae826e72b5c072a31403c144 (patch)
treee13ea81c70e624106dd00213dbf1f15a62136948 /abs/extra-testing
parent8868210a41ed26b7406318e6a3d3574663e02c81 (diff)
downloadlinhes_pkgbuild-22683d9542d087eaae826e72b5c072a31403c144.zip
linhes_pkgbuild-22683d9542d087eaae826e72b5c072a31403c144.tar.gz
linhes_pkgbuild-22683d9542d087eaae826e72b5c072a31403c144.tar.bz2
Myth2ipod:modified to created feed.php after installing so 404 isn't displayed.
Diffstat (limited to 'abs/extra-testing')
-rwxr-xr-xabs/extra-testing/myth2ipod/PKGBUILD2
-rwxr-xr-xabs/extra-testing/myth2ipod/myth2ipod.install1
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD
index 9c62b22..71f6033 100755
--- a/abs/extra-testing/myth2ipod/PKGBUILD
+++ b/abs/extra-testing/myth2ipod/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=myth2ipod
pkgver=0.2
-pkgrel=25
+pkgrel=26
arch=("i686")
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
url="myth2ipod.com"
diff --git a/abs/extra-testing/myth2ipod/myth2ipod.install b/abs/extra-testing/myth2ipod/myth2ipod.install
index 9b9239a..74f1eec 100755
--- a/abs/extra-testing/myth2ipod/myth2ipod.install
+++ b/abs/extra-testing/myth2ipod/myth2ipod.install
@@ -19,6 +19,7 @@ post_install() {
cp /usr/bin/myth2ipod /tmp
sed -e "s/REPLACEME/$hostname/g" /tmp/myth2ipod > /usr/bin/myth2ipod
chown -R mythtv:http /myth/ipodfeed
+ /usr/bin/myth2ipod -rebuild
}
post_upgrade() {