summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/systemconfig.sh
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-08-04 19:46:05 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-08-04 19:46:05 (GMT)
commitd4fbf9a06beafc36c5862362113d8f3d169bb756 (patch)
tree3461f41b33a06b3da79f73860674e4aa8430af5f /abs/core/LinHES-config/systemconfig.sh
parent85fb50abe2018af71bbc65ded247e781f2ad75ff (diff)
parentbb07edb449b1c718b49ec6fb98a7453cf8387b95 (diff)
downloadlinhes_pkgbuild-d4fbf9a06beafc36c5862362113d8f3d169bb756.zip
linhes_pkgbuild-d4fbf9a06beafc36c5862362113d8f3d169bb756.tar.gz
linhes_pkgbuild-d4fbf9a06beafc36c5862362113d8f3d169bb756.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/LinHES-config/systemconfig.sh')
-rwxr-xr-xabs/core/LinHES-config/systemconfig.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/systemconfig.sh b/abs/core/LinHES-config/systemconfig.sh
index 218f705..dce8c74 100755
--- a/abs/core/LinHES-config/systemconfig.sh
+++ b/abs/core/LinHES-config/systemconfig.sh
@@ -10,6 +10,17 @@ echo "----------------------start of systemconfig $@ ----------------------"
. $MV_ROOT/bin/networkconfig.sh
postfix=`cat ${BASE}/usr/local/share/mythtv/.releasetype`
+for i in larch liblarch larch-profiles larch-live
+do
+ pacman -Q $i
+ if [ $? == 0 ]
+ then
+ pacman -R $i --noconfirm
+ fi
+done
+
+ sed -i '/larch/d' /etc/pacman.conf
+
systemconfig.py -m $@
rc=$?
echo "systemconfig.py exit code $rc"