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 Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git]
/
mosml
/
mosml.install
blob
1c62b892da1afd4c1e3e76c4db4f6a835ad1986a
1
_MSG_INSTALL="\
2
- Moscow ML has been installed to /opt/mosml. Don't forget to
3
add /opt/mosml/bin to your search path for immediate use by
4
running in your shell:
5
export PATH=\"\${PATH}:/opt/mosml/bin\""
6
7
post_install() {
8
echo "$_MSG_INSTALL"
9
}
10