Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > e155980d3384b4d5f4c7ee3a75151593 > scriptlet

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