Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 8d00715852f1f59b59b6ef26b3d96fce > scriptlet

xml-commons-jaxp-1.1-apis-javadoc-1.3.04-3.0.7mdv2011.0.noarch.rpm

POSTIN

/bin/sh
rm -f /usr/share/javadoc/xml-commons-jaxp-1.1-apis
ln -s xml-commons-jaxp-1.1-apis-1.3.04 /usr/share/javadoc/xml-commons-jaxp-1.1-apis
/usr/sbin/update-alternatives --install /usr/share/javadoc/xml-commons-apis xml-commons-apis-javadoc /usr/share/javadoc/xml-commons-jaxp-1.1-apis/ 10100

POSTUN

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