post_install() {
  if test ! -f etc/xml/catalog; then
    mkdir -p etc/xml
    usr/bin/xmlcatalog --noout --create etc/xml/catalog
  fi
}
