#!/bin/sh# This script will remove the docbook-xsl entries added to xml catalog.# -- Rui Lopes <rui@ruilopes.com>
XMLCATMGR=@XMLCATMGR@
CATALOG_PORTS_XML=@CATALOG_PORTS_XML@
if["$2"!="POST-DEINSTALL"];thenexit0fi${XMLCATMGR}-c"${CATALOG_PORTS_XML}" remove \
http://docbook.sourceforge.net/release/xsl/exit0