summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-system.install
blob: 87ee8a9787f4cafbc5d6fc9ea8acccde2fffeec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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() {
  post_install
}

# vim:set ts=2 sw=2 et: