Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-qca-qt5
/
qca-qt5-git-i686.install
blob: a98d2745a3b26a5d5e4ec753fcb5642b838ab646 [
file
] [
log
] [
blame
] [
edit
]
post_install
()
{
local
_real_prefix
=/
mingw32
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
}