Files
MSYS2-packages/libxml2/libxml2.install

7 lines
138 B
Plaintext

post_install() {
if test ! -f etc/xml/catalog; then
mkdir -p etc/xml
usr/bin/xmlcatalog --noout --create etc/xml/catalog
fi
}