Christian> Each package who provides an entry in the catalog need to Christian> add a call in postinst like :
Christian> Exemple for docbook-xml Christian> /usr/bin/xmlcatalog --noout --add "rewriteSystem" \ Christian> "http://www.oasis-open.org/docbook/xml/4.1.2" \ Christian> "/usr/share/sgml/docbook/dtd/xml/4.1.2" /etc/xml/catalog Christian> And this call in postrm : Christian> /usr/bin/xmlcatalog --noout --del \ Christian> "http://www.oasis-open.org/docbook/xml/4.1.2" Christian> That's all. I don't see if we need more than that. Well, isn't that pretty much like the old update-sgmlcatalog worked, before LSB mandated the present more complicated scheme for SGML? It would be highly ironic if we now did the same for XML. -- Ian Zimmerman, Oakland, California, U.S.A. if (sizeof(signed) > sizeof(unsigned) + 4) { delete this; } GPG: 433BA087 9C0F 194F 203A 63F7 B1B8 6E5A 8CA3 27DB 433B A087 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

