summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/upgrade_linhes.sh
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/linhes-scripts/upgrade_linhes.sh
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/linhes-scripts/upgrade_linhes.sh')
-rwxr-xr-xabs/core-testing/linhes-scripts/upgrade_linhes.sh8
1 files changed, 2 insertions, 6 deletions
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