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/LinHES-system/system.install | |
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/LinHES-system/system.install')
-rw-r--r-- | abs/core/LinHES-system/system.install | 3 |
1 files changed, 0 insertions, 3 deletions
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 } |