summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-06-04 07:48:56 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-06-04 07:48:56 (GMT)
commit28a1f97ea5cbe28b5810bcbc65e879313d24e534 (patch)
tree3e73eba41b608858d7e8593981a3dde9e0c41ed0 /abs/core-testing
parent6a763c676c7bf636b4e5d5ed8f5157d7691c8bb9 (diff)
downloadlinhes_pkgbuild-28a1f97ea5cbe28b5810bcbc65e879313d24e534.zip
linhes_pkgbuild-28a1f97ea5cbe28b5810bcbc65e879313d24e534.tar.gz
linhes_pkgbuild-28a1f97ea5cbe28b5810bcbc65e879313d24e534.tar.bz2
linhes-scripts:fixes in upgrade_linhes.sh.
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/linhes-scripts/PKGBUILD4
-rwxr-xr-xabs/core-testing/linhes-scripts/upgrade_linhes.sh8
2 files changed, 4 insertions, 8 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD
index 324b2f4..f38006b 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=73
+pkgrel=74
pkgdesc="Various scripts that help to make LinHES, LinHES."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -81,7 +81,7 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5'
'be324dba44ae96676973a74421944853'
'c9dc0dd07369622879a000247ac55074'
'65629302a4d2c3adf88cdf0ebc10d493'
- 'dd25b07b02d48e336249a0c5dcaca07b'
+ 'f2062e52f593b6b177ea9b4ed9dc35f4'
'87b0dc855181f98516acb18a7d551601'
'25c1baeb97a49656456ae33f7e7a9f06'
'2fb25aef03ffd1282414d8cca3df7056'
diff --git a/abs/core-testing/linhes-scripts/upgrade_linhes.sh b/abs/core-testing/linhes-scripts/upgrade_linhes.sh
index 1ce27a7..c463847 100755
--- a/abs/core-testing/linhes-scripts/upgrade_linhes.sh
+++ b/abs/core-testing/linhes-scripts/upgrade_linhes.sh
@@ -39,7 +39,7 @@ echo
echo "Backing up Online Streams listings."
echo
cp /usr/share/mythtv/is.xml /usr/share/mythtv/is.xml.021
-echo "Removing mythcontrol, mythphone and mythsmolt if installed."
+echo "Removing mythcontrol and mythphone if installed."
echo
if pacman -Qs mythcontrols &>/dev/null
then
@@ -49,10 +49,6 @@ if pacman -Qs mythphone &>/dev/null
then
pacman -R mythphone &>/dev/null
fi
-if pacman -Qs mythsmolt &>/dev/null
- then
- pacman -R mythsmolt &>/dev/null
-fi
if grep -q kernel26 /tmp/linhes_upgrade
then
echo "Upgrading the kernel."
@@ -87,7 +83,7 @@ echo "This may take some time depending on your connection speed."
echo "Server bandwidth utilization will also have an affect."
echo "Please be patient."
echo
-pacman -Su --noconfirm &>/dev/null
+pacman -Suf --noconfirm &>/dev/null
echo "Restoring Online Streams listings."
echo
cp /usr/share/mythtv/is.xml.021 /usr/share/mythtv/is.xml