Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > cf7b3e90aab78b4b294b59fa59218e16 > scriptlet

xerces-j2-2.7.1-7jpp.2.el5_4.2.i386.rpm

PREUN

/bin/sh
{
  [ $1 = 0 ] || exit 0
  update-alternatives --remove jaxp_parser_impl /usr/share/java/xerces-j2.jar
} >/dev/null 2>&1 || :

POSTIN

/bin/sh
update-alternatives --install /usr/share/java/jaxp_parser_impl.jar \
  jaxp_parser_impl /usr/share/java/xerces-j2.jar 40

if [ -x /usr/bin/rebuild-gcj-db ]
then
  /usr/bin/rebuild-gcj-db
fi

POSTUN

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