From 681ebeed6a7ef573882202165af742bda6e6dd04 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 22 Nov 2011 22:22:07 -0600 Subject: linhes-scripts: upgrade_linhes_script.sh: remove hauppauge-hvr-firmware pkg --- abs/core/linhes-scripts/PKGBUILD | 4 ++-- abs/core/linhes-scripts/upgrade_linhes_script.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index fb9a04a..3bdc2c4 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=19 +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' - '5ada346a85ceb4b4fc15514706c65fe7') + 'aad75575c9af70aa8bf3a06718985664') diff --git a/abs/core/linhes-scripts/upgrade_linhes_script.sh b/abs/core/linhes-scripts/upgrade_linhes_script.sh index e48824b..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 -- cgit v0.12