blob: 67112bb04eed8ec60b8e38dd4022185ebc0c6f2c [file] [log] [blame]
MINGW_INSTALL=mingw64
post_install() {
${MINGW_INSTALL}/bin/dot -c
}
post_upgrade() {
post_install
}