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