repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git]
/
ncl
/
ncl.install
blob
b3b60834595e63643f2c4beb7c278d80fad1451a
1
post_install() {
2
/bin/cat << EOF
3
4
===>
5
===> The NCARG system variables are in:
6
===>
7
===> /etc/profile.d/ncarg.sh
8
===>
9
===> add or modify this file if is necesary.
10
===>
11
===> regards
12
===>
13
14
EOF
15
}
16
17
post_upgrade() {
18
post_install
19
}