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
}