blob: 7f71a1034bef2a2d1a723309986161ddc1469a92 [file] [log] [blame]
post_install() {
_mingw=mingw32
cd ${_mingw}
local _prefix=$(pwd -W)
cd -
sed -e "s|/${_mingw}|${_prefix}|g" -i ${_mingw}/lib/oce/OCE-libraries.cmake
sed -e 's|;[A-Z]:\/[^ ;]*\?\/'${_mingw}'|;${_IMPORT_PREFIX}|g' -i ${_mingw}/lib/oce/OCE-libraries-release.cmake
}
post_upgrade() {
post_install
}