diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-25 01:08:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-25 01:08:57 (GMT) |
commit | 33a2be7377667c3bd4f80472d3422ad1151b7ce6 (patch) | |
tree | ca81993c36b0c981fc3cd7890b5666994cd66b38 /abs/core/LinHES-system/system.install | |
parent | 5b40bd4b5ba9fb5b7b79c4009a245bb2b63d4229 (diff) | |
download | linhes_pkgbuild-33a2be7377667c3bd4f80472d3422ad1151b7ce6.zip linhes_pkgbuild-33a2be7377667c3bd4f80472d3422ad1151b7ce6.tar.gz linhes_pkgbuild-33a2be7377667c3bd4f80472d3422ad1151b7ce6.tar.bz2 |
LinHES-system: remove old LinHES-system.install and add install_canter_font.sh to system.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 662e271..c354e9e 100644 --- a/abs/core/LinHES-system/system.install +++ b/abs/core/LinHES-system/system.install @@ -18,6 +18,9 @@ post_install() { # Add db entry for misc status in MythWeb # not needed in R8 because it's in the DB, may be removed #/usr/LH/bin/misc_status_config.py + + # install canter font for msg_client.py + /usr/LH/bin/install_canter_font.sh } # arg 1: the new package version |