Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-qca-qt5
/
qca-qt5-git-x86_64.install
blob: 2cc3a51ed6c0973151d1f4b2466a14eeb470c68c [
file
] [
log
] [
blame
] [
edit
]
post_install
()
{
local
_real_prefix
=/
mingw64
local
_prefix
=
$
(
cygpath
-
wm $
{
_real_prefix
})
for
f
in
$
{
_real_prefix
}/
lib
/
cmake
/
Qca
-
qt5
/*.cmake; do
sed -s "s|${_real_prefix}|${_prefix}|g" -i ${f}
done
}
post_upgrade() {
post_install
}