blob: 3b1e4d90475cc024071d1959b2f6d70ace0deb1a [file] [log] [blame]
post_install() {
find "mingw32/bin" -type d -iname '2.*' | xargs -rt rm -rf
}
post_upgrade() {
post_install
}