diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-25 00:59:20 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-25 00:59:20 (GMT) |
commit | 5b40bd4b5ba9fb5b7b79c4009a245bb2b63d4229 (patch) | |
tree | 077da448b27ed73f772b2ba71096887c62089484 /abs/core/LinHES-system/LinHES-system.install | |
parent | b7629260f19f5cc7f40cf1337cbfd268c2fc9a02 (diff) | |
download | linhes_pkgbuild-5b40bd4b5ba9fb5b7b79c4009a245bb2b63d4229.zip linhes_pkgbuild-5b40bd4b5ba9fb5b7b79c4009a245bb2b63d4229.tar.gz linhes_pkgbuild-5b40bd4b5ba9fb5b7b79c4009a245bb2b63d4229.tar.bz2 |
LinHES-system & func: change msg_client.py font to Canter
LinHES-system: install_canter_font.sh: added to install Canter font
Diffstat (limited to 'abs/core/LinHES-system/LinHES-system.install')
-rw-r--r-- | abs/core/LinHES-system/LinHES-system.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/LinHES-system.install b/abs/core/LinHES-system/LinHES-system.install index f2185cd..87ee8a9 100644 --- a/abs/core/LinHES-system/LinHES-system.install +++ b/abs/core/LinHES-system/LinHES-system.install @@ -1,12 +1,13 @@ ## arg 1: the new package version post_install() { /usr/LH/bin/misc_status_config.py + /usr/LH/bin/install_canter_font.sh } ## arg 1: the new package version ## arg 2: the old package version post_upgrade() { - /usr/LH/bin/misc_status_config.py + post_install } # vim:set ts=2 sw=2 et: |