blob: bcf795d97c1f999490b22606270515037a6671c6 [file] [log] [blame]
post_install() {
cd /mingw64/lib/ocaml
mv ld.conf ld.conf.old
cat ld.conf.old | while read line; do cygpath -m $line >> ld.conf; done
rm ld.conf.old
}
post_upgrade() {
post_install
}