blob: 60053112dc5d5772ce42f2e5ebcc589226ad257e [file] [log] [blame]
post_install() {
cd /mingw32/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
}