summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/system.install')
-rw-r--r--abs/core/LinHES-system/system.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/system.install b/abs/core/LinHES-system/system.install
index 880ea02..6975070 100644
--- a/abs/core/LinHES-system/system.install
+++ b/abs/core/LinHES-system/system.install
@@ -13,13 +13,17 @@ 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
}
# arg 1: the new package version
# arg 2: the old package version
pre_upgrade() {
- /bin/true
+ msg_client.py --kill
+ sv stop msg_daemon
}
# arg 1: the new package version