summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-12 20:08:53 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-12 20:08:53 (GMT)
commitb1e1ae522a8a6a86cda2c0baecbfc6bba000c968 (patch)
treee2f3df39d9cff3fd8d73ec5dd0fb74534b683fe7
parent69fbdfd67867d6ed1fce0bb8a5aac79c3489e13b (diff)
downloadlinhes_pkgbuild-b1e1ae522a8a6a86cda2c0baecbfc6bba000c968.zip
linhes_pkgbuild-b1e1ae522a8a6a86cda2c0baecbfc6bba000c968.tar.gz
linhes_pkgbuild-b1e1ae522a8a6a86cda2c0baecbfc6bba000c968.tar.bz2
fixed typo that would have kept etc.old around post-upgrade
-rw-r--r--abs/core-testing/LinHES-config/PKGBUILD2
-rwxr-xr-xabs/core-testing/LinHES-config/mv_install.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index e8b26c3..19e3174 100644
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=2.0
-pkgrel=78
+pkgrel=79
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted
diff --git a/abs/core-testing/LinHES-config/mv_install.py b/abs/core-testing/LinHES-config/mv_install.py
index bace1a5..14e1c5c 100755
--- a/abs/core-testing/LinHES-config/mv_install.py
+++ b/abs/core-testing/LinHES-config/mv_install.py
@@ -1190,6 +1190,7 @@ def upgrade(hostoptions):
time.sleep(3)
copy_it("upgrade")
cmd = "rm -rf %s/etc.old" %data_config.MOUNTPOINT
+ runcmd(cmd)
cmd = "rm -rf %s/varlibalsa.old" %data_config.MOUNTPOINT
runcmd(cmd)