docbook-xml: (un)register XML catalogs in the chroot.
--HG-- extra : convert_revision : ab579ec07ea15ccbc47395a85b1a4d5a3190b230
This commit is contained in:
parent
9294a3a53d
commit
aab4e53dbb
|
@ -75,3 +75,9 @@ post_install()
|
||||||
cd ${XBPS_MASTERDIR}
|
cd ${XBPS_MASTERDIR}
|
||||||
${XBPS_TRIGGERSDIR}/xml-catalog run post-install
|
${XBPS_TRIGGERSDIR}/xml-catalog run post-install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_remove()
|
||||||
|
{
|
||||||
|
cd ${XBPS_MASTERDIR}
|
||||||
|
${XBPS_TRIGGERSDIR}/xml-catalog run pre-remove
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue