blob: 5a0879eb87622fc8355499f643abe79d09eea7c3 [file] [log] [blame]
post_install() {
local MINGW_PREFIX="/clang64"
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
}