Files
MINGW-packages/mingw-w64-libxml2/libxml2-CLANGARM64.install
Christopher Degawa 747c0cb296 xmlcatalog: explicitly request .exe
using .exe explicitly allows for usage through archlinux's pacman through
wine.

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
2022-05-09 10:08:56 +05:30

13 lines
275 B
Plaintext

MINGW_INSTALL=clangarm64
post_install() {
if test ! -f ${MINGW_INSTALL}/etc/xml/catalog; then
usr/bin/mkdir -p ${MINGW_INSTALL}/etc/xml
${MINGW_INSTALL}/bin/xmlcatalog.exe --noout --create ${MINGW_INSTALL}/etc/xml/catalog
fi
}
post_upgrade() {
post_install
}