Files
MINGW-packages/mingw-w64-qca-qt4-git/qca-qt4-git-i686.install
2014-12-14 00:31:16 +03:00

13 lines
197 B
Plaintext

post_install() {
cd mingw32
local _prefix=$(pwd -W)
cd -
for f in mingw32/lib/cmake/Qca/*.cmake; do
sed -s "s|/mingw32|${_prefix}|g" -i ${f}
done
}
post_upgrade() {
post_install
}