[rocknet] Repriorized before runit, so we can install lib/network/runit.sh
[opensde-package-nopast.git] / textproc / docbook-xml / pkg_libxml_post.conf
blobb9a016a58ab7d864c710fa749fdeb8936819910c
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../docbook-xml/pkg_libxml_post.conf
5 # Copyright (C) 2007 The OpenSDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
15 echo_status 'docbook-xml: including delegations on the catalog'
17 hook_add postmake 5 'docbook_xml_catalog'
18 docbook_xml_catalog() {
19         local catalog=/etc/xml/docbook
20         local rootcatalog=$root/etc/xml/catalog
21         local URI=http://www.oasis-open.org/docbook/
23         xmlcatalog --noout --add 'delegatePublic' '-//OASIS//ENTITIES DocBook XML' file://$catalog $rootcatalog
24         xmlcatalog --noout --add 'delegatePublic' '-//OASIS//DTD DocBook XML' file://$catalog $rootcatalog
25         xmlcatalog --noout --add 'delegatePublic' 'ISO 8879:1986' file://$catalog $rootcatalog
27         xmlcatalog --noout --add 'delegateSystem' "$URI" file://$catalog $rootcatalog
28         xmlcatalog --noout --add 'delegateURI' "$URI" file://$catalog $rootcatalog