blob: 74d951018ee95690026e84a1df4e350036135d58 [file] [log] [blame]
MINGW_INSTALL=clang32
post_install() {
${MINGW_INSTALL}/bin/dot -c
}
post_upgrade() {
post_install
}