Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4972d1f40ca9fbfbd74eb1e12b6b4b6d > scriptlet

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