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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
gromacs-mpi-3
/
gromacs-mpi-3.install
blob
6362ee8f75198e8b6cb874184e8655e501ff768e
1
post_install() {
2
echo "GROMACS Online Reference: http://www.gromacs.org/component/option,com_wrapper/Itemid,192/"
3
echo "Your mpi binaries are called using bin-mpi. Ex.: mdrun-mpi"
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
op=$1
11
shift
12
$op $*