summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-scripts/upgrade_linhes_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/linhes-scripts/upgrade_linhes_script.sh')
-rw-r--r--abs/core/linhes-scripts/upgrade_linhes_script.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core/linhes-scripts/upgrade_linhes_script.sh b/abs/core/linhes-scripts/upgrade_linhes_script.sh
index 851bcc5..1c543fc 100644
--- a/abs/core/linhes-scripts/upgrade_linhes_script.sh
+++ b/abs/core/linhes-scripts/upgrade_linhes_script.sh
@@ -33,6 +33,7 @@ echo "Removing misc outdated packages "
pacman -R --noconfirm aufs-utils aufs >> $LOGFILE
pacman -R --noconfirm xf86-video-sis >> $LOGFILE
pacman -R --noconfirm madwifi >> $LOGFILE
+pacman -R --noconfirm hauppauge-hvr-firmware >> $LOGFILE
echo "Resyncing with repository"
@@ -42,7 +43,7 @@ if [ ! -s /tmp/linhes_upgrade ]
then
echo "No upgrades found. This could mean the repository is busy."
echo "Or your system is already up to date."
- echo "If you have not upgrade, please try again later."
+ echo "If you have not upgraded, please try again later."
echo "Starting the backend."
sv start mythbackend &>/dev/null
exit 1
@@ -145,8 +146,6 @@ remove_service.sh portmap
wget ftp://ftp.knoppmyth.net/R6/sources/wallpaper.png -P /tmp
mv /tmp/wallpaper.png /home/mythtv/.fluxbox/
chown mythtv.mythtv /home/mythtv/.fluxbox/wallpaper.png
-mv /etc/php/php.ini /etc/php/php.ini.prer7
-mv /etc/php/php.ini.pacnew /etc/php/php.ini
echo "All done!"