Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 3254db8dcbfeece796afcaad37020f65 > scriptlet

struts-javadoc-1.2.9-10.mga1.noarch.rpm

POSTIN

/bin/sh
rm -f /usr/share/javadoc/struts
ln -s struts-1.2.9 /usr/share/javadoc/struts

POSTUN

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