diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-01-22 22:06:28 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-01-22 22:06:28 (GMT) |
commit | 8f9b5c2f840849607e2a737f84c9cbad66286338 (patch) | |
tree | f7d91e1047adc647deb8540b47f0d886f2c025aa /abs/core/LinHES-system/system.install | |
parent | 28f520da7edd5e40c254c8db73a8ffe7accfda05 (diff) | |
download | linhes_pkgbuild-8f9b5c2f840849607e2a737f84c9cbad66286338.zip linhes_pkgbuild-8f9b5c2f840849607e2a737f84c9cbad66286338.tar.gz linhes_pkgbuild-8f9b5c2f840849607e2a737f84c9cbad66286338.tar.bz2 |
LinHES-system: system.install pre_upgrade stop msg_daemon so it doesn't hang around
add_storage.py: add to help msg
Diffstat (limited to 'abs/core/LinHES-system/system.install')
-rw-r--r-- | abs/core/LinHES-system/system.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/system.install b/abs/core/LinHES-system/system.install index 880ea02..9f8aa45 100644 --- a/abs/core/LinHES-system/system.install +++ b/abs/core/LinHES-system/system.install @@ -19,7 +19,8 @@ post_install() { # 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 |