blob: d957978bba07d771bf0ca919140c793ac1c450e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
post_install(){
cat <<'EOF'
source /etc/profile.d/heasoft.sh and initialize heasoft before use:
$ heainit
OR
$ source "${HEADAS}/headas-init.sh"
EOF
}
post_upgrade(){
post_install
}
|