summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-system.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/LinHES-system.install')
-rw-r--r--abs/core/LinHES-system/LinHES-system.install3
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: