blob: 2724b1451661359827c9742afc0b5b4619c31a9b [file] [log] [blame]
post_install() {
local MINGW_PREFIX="/mingw64"
local MINGW_PREFIX_WIN="$(cygpath -am "${MINGW_PREFIX}")"
sed \
-e "s|${MINGW_PREFIX}|${MINGW_PREFIX_WIN}|g" \
-e "s|/|\\\\|g" \
-i \
"${MINGW_PREFIX}/bin/mecabrc"
}
post_upgrade() {
post_install
}