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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
phreeqc
/
install.sh
blob
65197841c0ca074757c5f77fc013dcaebbafc55b
1
post_install
() {
2
echo
3
echo
" Databases, docs, tests and examples are installed in /usr/share/phreeqc;"
4
echo
" Do not forget to have a copy of the intended db in your working directory."
5
echo
" Enjoy."
6
exit
0
7
}
8
9
# vim:set ts=2 sw=2 et: