docbook-xml: (un)register XML catalogs in the chroot.

--HG--
extra : convert_revision : ab579ec07ea15ccbc47395a85b1a4d5a3190b230
This commit is contained in:
Juan RP 2010-04-23 15:30:08 +02:00
parent 9294a3a53d
commit aab4e53dbb
1 changed files with 6 additions and 0 deletions

View File

@ -75,3 +75,9 @@ post_install()
cd ${XBPS_MASTERDIR}
${XBPS_TRIGGERSDIR}/xml-catalog run post-install
}
pre_remove()
{
cd ${XBPS_MASTERDIR}
${XBPS_TRIGGERSDIR}/xml-catalog run pre-remove
}