mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-05 08:42:11 +01:00
6 lines
121 B
Bash
6 lines
121 B
Bash
#!/bin/sh
|
|
|
|
if which xmlcatalog >/dev/null; then
|
|
xmlcatalog --noout --del file:///etc/xml/docbook-xml etc/xml/catalog
|
|
fi
|