diff options
Diffstat (limited to 'iso8879/iso8879.post-install')
| -rw-r--r-- | iso8879/iso8879.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iso8879/iso8879.post-install b/iso8879/iso8879.post-install new file mode 100644 index 0000000..38c56cc --- /dev/null +++ b/iso8879/iso8879.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +[ -d /etc/sgml ] || mkdir -m 0755 /etc/sgml +[ -f /etc/sgml/catalog ] || xmlcatmgr -s create + +xmlcatmgr -s add CATALOG /usr/share/sgml/iso8879/catalog -- |
