Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 15272324a5f344080a41e689c91a9c62 > scriptlet

sysstat-4.0.0-1mdk.ppc.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
  # Remove sa logs if removing sysstat completely
  rm -f /var/log/sa/*
fi

Triggers

sysstat <= 3.3.3-1

/bin/sh
# earlier versions of sysstat had crontabs done in a bad way.  fix it.
if [ `id -u` = "0" -a "$1" -ge "2" ]; then
  egrep -v 'sysstat|sa1|sa2' /etc/crontab > /tmp/crontab.$$
  mv /tmp/crontab.$$ /etc/crontab && chmod 644 /etc/crontab
fi