Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 98c46d4d43cf4a6b099f105c2d143f45 > scriptlet

xmlgraphics-commons-javadoc-1.0-alt1_1jpp1.7.noarch.rpm

POSTIN

/bin/sh
rm -f /usr/share/javadoc/xmlgraphics-commons
ln -s xmlgraphics-commons-1.0 /usr/share/javadoc/xmlgraphics-commons

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  rm -f /usr/share/javadoc/xmlgraphics-commons
fi