Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 9a4b52eafa1e7fc2ea860504e0ea56e7 > 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