Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 56eb80bb03970c04398cbe7c2e556292 > scriptlet

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