diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-07 12:41:02 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-07 12:41:02 (GMT) |
commit | 06b2ba5bf8e5869f447daf378786d850f3a957e4 (patch) | |
tree | a57f41ed1837e70c6dfb821c29c7d2c972f07309 /abs/core/LinHES-system/system.install | |
parent | d265f626af54452ef06c80f5da0af9034c656694 (diff) | |
download | linhes_pkgbuild-06b2ba5bf8e5869f447daf378786d850f3a957e4.zip linhes_pkgbuild-06b2ba5bf8e5869f447daf378786d850f3a957e4.tar.gz linhes_pkgbuild-06b2ba5bf8e5869f447daf378786d850f3a957e4.tar.bz2 |
LinHES-system: in system.install kill msg_daemd to ensure there are no messages that hang on screen
Diffstat (limited to 'abs/core/LinHES-system/system.install')
-rw-r--r-- | abs/core/LinHES-system/system.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/system.install b/abs/core/LinHES-system/system.install index ae787f2..558a52a 100644 --- a/abs/core/LinHES-system/system.install +++ b/abs/core/LinHES-system/system.install @@ -25,6 +25,7 @@ pre_upgrade() { msg_client.py --clear msg_client.py --kill sv stop msg_daemon + killall -9 msg_daemon.py } # arg 1: the new package version |