mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 07:16:46 +02:00
5 lines
121 B
Bash
5 lines
121 B
Bash
#!/bin/sh
|
|
|
|
if which xmlcatalog >/dev/null; then
|
|
xmlcatalog --noout --del file:///etc/xml/docbook-xml etc/xml/catalog
|
|
fi
|