blob: ef2d770c22ffbbdc9a5351ba8b12348c3cd391e4 [file] [log] [blame]
MINGW_INSTALL=mingw64
post_install() {
if test ! -f ${MINGW_INSTALL}/etc/xml/catalog; then
usr/bin/mkdir -p ${MINGW_INSTALL}/etc/xml
${MINGW_INSTALL}/bin/xmlcatalog --noout --create ${MINGW_INSTALL}/etc/xml/catalog
fi
}
post_upgrade() {
post_install
}