diff options
Diffstat (limited to 'abs/core-testing/linhes-scripts')
| -rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 4 | ||||
| -rwxr-xr-x | abs/core-testing/linhes-scripts/upgrade_linhes.sh | 8 | 
2 files changed, 4 insertions, 8 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index 324b2f4..f38006b 100644 --- a/abs/core-testing/linhes-scripts/PKGBUILD +++ b/abs/core-testing/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@  pkgname=linhes-scripts  pkgver=1 -pkgrel=73 +pkgrel=74  pkgdesc="Various scripts that help to make LinHES, LinHES."  arch=('i686' 'x86_64')  license=('GPL2') @@ -81,7 +81,7 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5'           'be324dba44ae96676973a74421944853'           'c9dc0dd07369622879a000247ac55074'           '65629302a4d2c3adf88cdf0ebc10d493' -         'dd25b07b02d48e336249a0c5dcaca07b' +         'f2062e52f593b6b177ea9b4ed9dc35f4'           '87b0dc855181f98516acb18a7d551601'           '25c1baeb97a49656456ae33f7e7a9f06'           '2fb25aef03ffd1282414d8cca3df7056' 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  | 
