Files
MINGW-packages/mingw-w64-ocaml/ocaml-MINGW64.install
مهدي شينون (Mehdi Chinoune) 526d554684 ocaml: update to 4.14.0
2022-10-16 07:05:28 +01:00

11 lines
194 B
Plaintext

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
}