Sophie

Sophie

distrib > * > 2008.0 > x86_64 > media > main-backports > by-pkgid > f821868d174953fe3e35fab35a924ff3 > scriptlet

checkstyle-4.3-4mdv2008.0.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/rebuild-gcj-db ]; then /usr/bin/rebuild-gcj-db || true ; fi 

# 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-4.3-4mdv2008.0.cat \
    /usr/share/xml/checkstyle/catalog > /dev/null 2>&1 || :
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-4.3-4mdv2008.0.cat \
    /usr/share/xml/checkstyle/catalog > /dev/null 2>&1 || :
fi
if [ -x /usr/bin/rebuild-gcj-db ]; then /usr/bin/rebuild-gcj-db || true ; fi