From b1e1ae522a8a6a86cda2c0baecbfc6bba000c968 Mon Sep 17 00:00:00 2001 From: Bob Igo Date: Wed, 12 Aug 2009 16:08:53 -0400 Subject: fixed typo that would have kept etc.old around post-upgrade --- abs/core-testing/LinHES-config/PKGBUILD | 2 +- abs/core-testing/LinHES-config/mv_install.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v0.12