Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 12488e964b9f1c3e0b9fc95ba8dfe258 > scriptlet

oscache-javadoc-2.2-alt1_2jpp1.7.noarch.rpm

POSTIN

/bin/sh
rm -f /usr/share/javadoc/oscache
ln -s oscache-2.2 /usr/share/javadoc/oscache

POSTUN

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