mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-12-12 06:51:25 -08:00
7 lines
138 B
Plaintext
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
|
|
}
|