Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > f6becb2141bcafe64d0119619d9f00ee > scriptlet

checkstyle-5.6-3.mga3.noarch.rpm

POSTIN

/bin/sh
# Note that we're using a fully versioned catalog, so this is always ok.
if [ -x /usr/bin/install-catalog -a -d /etc/sgml ]; then
  /usr/bin/install-catalog --add \
    /etc/sgml/checkstyle-5.6-3.mga3.cat \
    /usr/share/xml/checkstyle/catalog > /dev/null || :
fi

POSTUN

/bin/sh
# Note that we're using a fully versioned catalog, so this is always ok.
if [ -x /usr/bin/install-catalog -a -d /etc/sgml ]; then
  /usr/bin/install-catalog --remove \
    /etc/sgml/checkstyle-5.6-3.mga3.cat \
    /usr/share/xml/checkstyle/catalog > /dev/null || :
fi