Files
MINGW-packages/mingw-w64-libxml2/libxml2-MINGW64.install
2021-03-27 08:50:51 +01:00

13 lines
268 B
Plaintext

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
}