diff options
author | James Meyer <james.meyer@operamail.com> | 2010-12-02 20:54:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-12-02 20:54:02 (GMT) |
commit | dc35fdd46406893366b9c090a95b06ccf807ce07 (patch) | |
tree | 4039d33ff69a10c04bdba8d5219183c3e2f32b10 /abs/core/LinHES-config | |
parent | 066bcb38c4b416f0c380e9c8292a50f9103b72b6 (diff) | |
download | linhes_pkgbuild-dc35fdd46406893366b9c090a95b06ccf807ce07.zip linhes_pkgbuild-dc35fdd46406893366b9c090a95b06ccf807ce07.tar.gz linhes_pkgbuild-dc35fdd46406893366b9c090a95b06ccf807ce07.tar.bz2 |
linhes-config: updated mv_install to remove more larch hooks
Diffstat (limited to 'abs/core/LinHES-config')
-rw-r--r-- | abs/core/LinHES-config/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/LinHES-config/mv_install.py | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index cb88b63..880f707 100644 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.2 -pkgrel=10 +pkgrel=11 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' @@ -101,7 +101,7 @@ build() { install -m 0755 issue $startdir/pkg/etc/issue } -md5sums=('c2362d1b5d0f2c64a2d0b32877ce8236' +md5sums=('0f2d8f75fa96f9a1acbdca582560e889' '1a4694fcd694b362c339bda781ed0f3e' 'e36da536dd651ef182e7642337889e77' '985891a43f7c4c983eb2a362162f1a0f' diff --git a/abs/core/LinHES-config/mv_install.py b/abs/core/LinHES-config/mv_install.py index ac6aa7d..1bacdd4 100755 --- a/abs/core/LinHES-config/mv_install.py +++ b/abs/core/LinHES-config/mv_install.py @@ -508,6 +508,8 @@ def copy_it(install_type): runcmd(cmd) cmd = "rm %s/etc/mkinitcpio.d/larch*" %(data_config.MOUNTPOINT) runcmd(cmd) + cmd = "rm %s/etc/rc.d/functions.d/*larch*" %(data_config.MOUNTPOINT) + runcmd(cmd) logging.debug("__End of copy_it__") def create_fstab(extralines): |