blob: 6ca5155569663c700f17052975f3c03b554efb23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat << 'EOM'
==> PLEASE NOTE:
==> To make the toplevel works you should copy
==> /usr/share/doc/ocaml-batteries/ocamlinit
==> to your ~/.ocamlinit configuration file
EOM
}
|