Files
MSYS2-packages/libxml2/libxml2.install
2013-11-04 13:29:45 +04:00

7 lines
142 B
Plaintext

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