blob: a0b59a64efbac0aeafd855f0949c197d6d38ff4d [file] [log] [blame]
MINGW_INSTALL=mingw32
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
}