Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 55d0eecb48cd2c66a3fadc322662df05 > scriptlet

checkstyle-8.0-3.mga7.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-8.0-3.mga7.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-8.0-3.mga7.cat \
    /usr/share/xml/checkstyle/catalog > /dev/null || :
fi