diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-07-01 19:37:17 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-07-01 19:37:17 (GMT) |
commit | cad3e735f2af8eb22f7b9e37e977558ca39c409d (patch) | |
tree | 196618bf1eefda4416316ae2badc9df30ab45eae /abs/core | |
parent | 15100dde98b146bda93ddb4987477407e7d9b7ac (diff) | |
download | linhes_pkgbuild-cad3e735f2af8eb22f7b9e37e977558ca39c409d.zip linhes_pkgbuild-cad3e735f2af8eb22f7b9e37e977558ca39c409d.tar.gz linhes_pkgbuild-cad3e735f2af8eb22f7b9e37e977558ca39c409d.tar.bz2 |
LinHES-system: system.install: don't run mythwelcome-config.py on install
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/LinHES-system/system.install | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index f95e899..2b769d3 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=8.7.0 -pkgrel=1 +pkgrel=2 arch=('x86_64') install=system.install pkgdesc="Everything that makes LinHES an automated system" diff --git a/abs/core/LinHES-system/system.install b/abs/core/LinHES-system/system.install index 558a52a..e0fe68b 100644 --- a/abs/core/LinHES-system/system.install +++ b/abs/core/LinHES-system/system.install @@ -13,9 +13,6 @@ post_install() { rm -f /etc/cron.daily/myth_mtc fi - #run mythwelcome-config.py to update shutdown check to use idle.py - /usr/LH/bin/mythwelcome-config.py - sv restart msg_daemon } |