summarylogtreecommitdiffstats
path: root/ncl.install
diff options
context:
space:
mode:
Diffstat (limited to 'ncl.install')
-rw-r--r--ncl.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/ncl.install b/ncl.install
new file mode 100644
index 000000000000..8fc10746de2e
--- /dev/null
+++ b/ncl.install
@@ -0,0 +1,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
+} \ No newline at end of file