summarylogtreecommitdiffstats
path: root/ncl.install
blob: 8fc10746de2e071942d4204e235d30fc7d97afb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
    /bin/cat << EOF

===>
===> The NCARG system variables are in:
===>
===> /etc/profile.d/ncarg.sh
===> 
===> add or modify this file if is necesary.
===> 

EOF
}

post_upgrade() {
        post_install
}