Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 15c3ac5539b95847b991f2937b729281 > scriptlet

checkstyle-4.2-1mdv2007.0.i586.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.2-1mdv2007.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.2-1mdv2007.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