summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/upgrade_linhes.sh
diff options
context:
space:
mode:
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