Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > ed9b4f22821a4479b0a8f539ece13cd3 > scriptlet

system-config-httpd-1.3.3.3-1.el5.noarch.rpm

PREIN

/bin/sh
if [ -h /etc/pam.d/system-config-httpd ] ; then
  mv -f /etc/pam.d/system-config-httpd /etc/pam.d/system-config-httpd.rpmsave
fi

PREUN

/bin/sh
if [ -d /var/cache/alchemist/apache ] ; then
  rm -rf /var/cache/alchemist/apache/*
fi

if [ -d /usr/share/system-config-httpd ] ; then
  rm -rf /usr/share/system-config-httpd/*.pyc
  rm -rf /usr/share/system-config-httpd/*.md5
fi