ProxSpace/msys2/var/lib/pacman/local/libxml2-2.11.4-2/install
2023-09-22 00:10:50 +02:00

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
}