Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 29509347ac3fb0d7bad6bada552d0c2b > scriptlet

xhtml1-dtds-1.0-20020801.6.mga7.noarch.rpm

PREUN

/bin/sh
/usr/bin/xmlcatalog --noout --del \
    xhtml1-dtds-1.0-20020801.6.mga7.xml \
    /etc/xml/catalog >/dev/null
/usr/bin/xmlcatalog --sgml --noout --del \
    /etc/sgml/xhtml1-dtds-1.0-20020801.6.mga7.soc \
    /usr/share/xml/xhtml/1.0/xhtml.soc >/dev/null
:

POSTIN

/bin/sh
cd /etc/xml
[ -e catalog ] || /usr/bin/xmlcatalog --noout --create catalog
/usr/bin/xmlcatalog --noout --add \
    nextCatalog xhtml1-dtds-1.0-20020801.6.mga7.xml "" catalog >/dev/null
cd - >/dev/null
/usr/bin/xmlcatalog --sgml --noout --add \
    /etc/sgml/xhtml1-dtds-1.0-20020801.6.mga7.soc \
    /usr/share/xml/xhtml/1.0/xhtml.soc >/dev/null
: