summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2010-07-12 19:54:22 (GMT)
committerBritney Fransen <brfransen@gmail.com>2010-07-12 19:54:22 (GMT)
commit4e5245eb6237a900e402c06d43fcf7718fe8d98a (patch)
tree8e6901a2b673bb560d18254001a8d4db6e39b280 /abs/core-testing
parent45499d4634e9d8f3af5eafc996b8036ed3deb453 (diff)
downloadlinhes_pkgbuild-4e5245eb6237a900e402c06d43fcf7718fe8d98a.zip
linhes_pkgbuild-4e5245eb6237a900e402c06d43fcf7718fe8d98a.tar.gz
linhes_pkgbuild-4e5245eb6237a900e402c06d43fcf7718fe8d98a.tar.bz2
linhes-scripts: change is.xml location for install_hulu.sh. closes 709
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/linhes-scripts/PKGBUILD5
-rw-r--r--abs/core-testing/linhes-scripts/install_hulu.sh6
2 files changed, 6 insertions, 5 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD
index e77d22a..d4bdc50 100644
--- a/abs/core-testing/linhes-scripts/PKGBUILD
+++ b/abs/core-testing/linhes-scripts/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=linhes-scripts
pkgver=1
-pkgrel=76
+pkgrel=77
pkgdesc="Various scripts that help to make LinHES, LinHES."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -56,6 +56,7 @@ build() {
mkdir -p $startdir/pkg/etc/logrotate.d/
cp pause_mythcommflag $startdir/pkg/etc/logrotate.d/
}
+
md5sums=('f56985b2d602e11dc1e10d3e7848b2a5'
'9a2181cdc0bc9cc8b42101f19620def8'
'9ae2cd7a0c42d57ad8b5f515d7d60196'
@@ -79,7 +80,7 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5'
'c537c44156d8404016cc4b405b092d45'
'4e66f302a77f1a857476e7f289d0c157'
'be324dba44ae96676973a74421944853'
- 'c9dc0dd07369622879a000247ac55074'
+ 'ccca6bdbbd86b203a3eecdbbe363e701'
'65629302a4d2c3adf88cdf0ebc10d493'
'2734054f08c4c885bb9070dce239d4c3'
'87b0dc855181f98516acb18a7d551601'
diff --git a/abs/core-testing/linhes-scripts/install_hulu.sh b/abs/core-testing/linhes-scripts/install_hulu.sh
index 28e855c..9b06b2e 100644
--- a/abs/core-testing/linhes-scripts/install_hulu.sh
+++ b/abs/core-testing/linhes-scripts/install_hulu.sh
@@ -11,11 +11,11 @@ echo "Please download it from http://www.hulu.com/labs/hulu-desktop-linux"
echo "Then copy (or move) it to /tmp"
exit
fi
-if grep -q Hulu /usr/share/mythtv/is.xml
+if grep -q Hulu /usr/share/mythtv/themes/defaultmenu/is.xml
then
echo "Hulu Desktop exist in Online Streams!"
else
- mv /usr/share/mythtv/is.xml /tmp
+ mv /usr/share/mythtv/themes/defaultmenu/is.xml /tmp
grep -v -e /mythmenu /tmp/is.xml > /tmp/is.xml.tmp
echo "<!--#Hulu-->" >> /tmp/is.xml.tmp
echo " <button>" >> /tmp/is.xml.tmp
@@ -26,7 +26,7 @@ else
echo "<!--#Hulu-->" >> /tmp/is.xml.tmp
echo "" >> /tmp/is.xml.tmp
echo "</mythmenu>" >> /tmp/is.xml.tmp
- mv /tmp/is.xml.tmp /usr/share/mythtv/is.xml
+ mv /tmp/is.xml.tmp /usr/share/mythtv/themes/defaultmenu/is.xml
echo "Hulu Desktop has been added to Online Streams!"
fi
if [ -e /home/mythtv/.huludesktop ]