blob: 026b19aadeab1eefb7b08abe2b838578df6f3433 [file] [log] [blame]
MINGW_INSTALL=clang32
post_install() {
if test ! -f ${MINGW_INSTALL}/etc/xml/catalog; then
usr/bin/mkdir -p ${MINGW_INSTALL}/etc/xml
${MINGW_INSTALL}/bin/xmlcatalog --noout --create ${MINGW_INSTALL}/etc/xml/catalog
fi
}
post_upgrade() {
post_install
}