Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 3c60719285ace7a2becdb290a0bfdff8 > scriptlet

xml-commons-jaxp-1.2-apis-javadoc-1.3.03-5.1mdv2007.0.x86_64.rpm

POSTIN

/bin/sh
rm -f /usr/share/javadoc/xml-commons-jaxp-1.2-apis
ln -s xml-commons-jaxp-1.2-apis-1.3.03 /usr/share/javadoc/xml-commons-jaxp-1.2-apis
/usr/sbin/update-alternatives --install /usr/share/javadoc/xml-commons-apis xml-commons-apis-javadoc /usr/share/javadoc/xml-commons-jaxp-1.2-apis/ 10200

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  /usr/sbin/update-alternatives --remove xml-commons-apis-javadoc /usr/share/javadoc/xml-commons-jaxp-1.2-apis/
  rm -f /usr/share/javadoc/xml-commons-jaxp-1.2-apis
fi