Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 90882952984e36fc768e3c5bd02e99fd > scriptlet

apache-1.3.12-12mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
   /bin/rm -fr /var/log/httpd/*
   /usr/sbin/apachectl stop
fi
rm /home/httpd/html/manual

POSTIN

/bin/sh

if [ -f /var/run/httpd.pid ]; then 
   /usr/sbin/apachectl restart
fi
ln -s /usr/doc/apache-1.3.12 /home/httpd/html/manual