blob: 114c0077e7abfe0c26b6a14e8df26f3632e2a814 [file] [log] [blame]
post_install() {
if [ -f "mingw64/qt5-static/bin/qmake.exe" ]; then
cd mingw64/qt5-static/bin
../../bin/qtbinpatcher --verbose --nobackup --force --old-dir=@@QT_REAL_PREFIX/dir@@
cd -
fi
}
post_upgrade() {
post_install
}