Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > f6af4b0085933d647c9d776204b9cdbd > scriptlet

xml-commons-jaxp-1.2-apis-javadoc-1.3.03-5.1mdv2007.0.i586.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