blob: 74150b906dc6131e314c1a8bac1391783200677b [file] [log] [blame]
MINGW_INSTALL=clang32
post_install() {
if [ -f "${MINGW_INSTALL}/bin/qmake.exe" ]; then
cd ${MINGW_INSTALL}/bin
./qtbinpatcher --verbose --nobackup --force --old-dir=@@QT_REAL_PREFIX/dir@@
cd -
fi
}
post_upgrade() {
post_install
}