blob: 8426392da1e24351f881599a4ad85243ce64b118 [file] [log] [blame]
MINGW_INSTALL=mingw64
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
}