summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xabs/core/LinHES-config/PKGBUILD4
-rwxr-xr-xabs/core/LinHES-config/mv_software.py4
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD
index cc90500..b389fb0 100755
--- a/abs/core/LinHES-config/PKGBUILD
+++ b/abs/core/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=8.2
-pkgrel=12
+pkgrel=13
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'
@@ -164,7 +164,7 @@ md5sums=('af15ebdfbbc3442626a807569a0db2a4'
'4b10fff21a0274f950f97f2b61e92463'
'824e49d9b01fed295c704ab68908b464'
'fe5e31b833cc6707209e9d656b6eb53c'
- '71b4860bbc8b7d94311acee7efa7269c'
+ '16778701173c8465c4a288cd31d94de4'
'087a0ef743bc8af915503f8773536ce4'
'38665330aeb3a8bdf7be24857fe035bb'
'80685e047993b00161be29e3580f3a40'
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py
index 097a7bc..98fe2cf 100755
--- a/abs/core/LinHES-config/mv_software.py
+++ b/abs/core/LinHES-config/mv_software.py
@@ -31,6 +31,9 @@ def setup_software(systemconfig, data_config):
logging.info("____Start of Software install____")
postfix=''
+ logging.info(" Refreshing pacman package list from server")
+ cmd="pacman -Syy"
+ mv_common.runcmd(cmd)
if data_config.SYSTEMTYPE == "MythVantage":
#look for the installed prefix
cmd="pacman -Q mythtv-release-fixes"
@@ -66,7 +69,6 @@ def setup_software(systemconfig, data_config):
"dolphinemu",
"xe",
"mythappletrailers",
- "miro",
"webonlinhes",
"huludesktop",
"xbmc",