diff options
Diffstat (limited to 'abs/core/linhes-scripts')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/linhes-scripts/upgrade_linhes_script.sh | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index 421d774..3bdc2c4 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=18 +pkgrel=20 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -97,4 +97,4 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' '35693f50939d5827aeabfce8c5dce589' 'a94fe6d980f4b810f2e2ae5352084b39' '974c137d3fcb85942ba8945a1bc815fe' - 'd279763f58a9bc9998f3cba6e7224ced') + 'aad75575c9af70aa8bf3a06718985664') 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!" |