Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-qt5-static
/
qt5-x86_64.install
blob: 114c0077e7abfe0c26b6a14e8df26f3632e2a814 [
file
] [
log
] [
blame
] [
edit
]
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
}