diff options
| author | James Meyer <james.meyer@operamail.com> | 2011-08-06 18:12:36 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2011-08-06 18:12:36 (GMT) | 
| commit | d80eeccbe728ee24f473a6944754c68b781488d9 (patch) | |
| tree | 85f26cc4b72c22e2cc8dfaa9610ba78917589643 | |
| parent | f7317c8282e9bfa0d071c29ab6285d40fe66c4fc (diff) | |
| download | linhes_pkgbuild-d80eeccbe728ee24f473a6944754c68b781488d9.zip linhes_pkgbuild-d80eeccbe728ee24f473a6944754c68b781488d9.tar.gz linhes_pkgbuild-d80eeccbe728ee24f473a6944754c68b781488d9.tar.bz2 | |
linhes-config: remove tatir support
| -rw-r--r-- | abs/core/LinHES-config/PKGBUILD | 4 | ||||
| -rwxr-xr-x | abs/core/LinHES-config/install_functions.sh | 10 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index ebc35f9..3821d1b 100644 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@  pkgname=LinHES-config  pkgver=2.2 -pkgrel=26 +pkgrel=27  conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config )  pkgdesc="Install and configure your system"  depends=('bc' 'libstatgrab'  'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' @@ -106,7 +106,7 @@ md5sums=('c737f8538aea20fcb5f3903957e80837'           'e36da536dd651ef182e7642337889e77'           '985891a43f7c4c983eb2a362162f1a0f'           'd7a8cd4a0060399ae22e69f74e04eb07' -         '7a45287a07145fde5aa664583d4f6fba' +         'd705eb26cd25862bf0e84cc9964bd3db'           'c20f73d4da5d7e15e1f3eb85c7dcb49a'           '8ac1cfd2eca0f641737da0d0aca416a7'           '9ae8d79f620c6d19973c55c32a921874' diff --git a/abs/core/LinHES-config/install_functions.sh b/abs/core/LinHES-config/install_functions.sh index 83a2bed..8f24835 100755 --- a/abs/core/LinHES-config/install_functions.sh +++ b/abs/core/LinHES-config/install_functions.sh @@ -148,11 +148,11 @@ if [ $found_remote -eq 1 ]  then      scan_for_hpg_receiver  fi -printhl "   Scanning for TatIR" -if lsusb | grep 04d8:0004 > /dev/null 2>/dev/null -then -	/usr/bin/PyroUsb.py > /dev/null 2>&1 & -fi +# printhl "   Scanning for TatIR" +# if lsusb | grep 04d8:0004 > /dev/null 2>/dev/null +# then +# 	/usr/bin/PyroUsb.py > /dev/null 2>&1 & +# fi  if [ $found_remote -eq 1  ]  then | 
