Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 0db926c1e17af92230eeeea4e728025b > scriptlet

checkstyle-5.1-2.fc14.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.1-2.fc14.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.1-2.fc14.cat \
    /usr/share/xml/checkstyle/catalog > /dev/null || :
fi