Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 5aa491de6b2bde6abc01aa39393ff8bd > scriptlet

checkstyle-4.4-0.0.3mdv2010.1.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.4-0.0.3mdv2010.1.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.4-0.0.3mdv2010.1.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