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