diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-02-05 19:16:04 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-02-05 19:16:04 (GMT) |
commit | dcaa0d05f36fb2f67fe245804ca7a6c3c7e12a5c (patch) | |
tree | c2427eab1fd00350e1cf4bdfe581513beff48b47 /abs/core/LinHES-system/system.install | |
parent | 0fc8cbbd572a62abddb430a1ddc47c8039b514ec (diff) | |
download | linhes_pkgbuild-dcaa0d05f36fb2f67fe245804ca7a6c3c7e12a5c.zip linhes_pkgbuild-dcaa0d05f36fb2f67fe245804ca7a6c3c7e12a5c.tar.gz linhes_pkgbuild-dcaa0d05f36fb2f67fe245804ca7a6c3c7e12a5c.tar.bz2 |
LinHES-system: add idle.py to replace idle.sh. refs #958
update myth_mtc.py to use idle.py. update mythwelcome-config.py to update the db to use idle.py and 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, 3 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/system.install b/abs/core/LinHES-system/system.install index 9f8aa45..6975070 100644 --- a/abs/core/LinHES-system/system.install +++ b/abs/core/LinHES-system/system.install @@ -13,6 +13,9 @@ 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 } |