Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > d326ff47eea7dc077001346117d4a895 > scriptlet

mrtg-2.11.1-2mdk.i586.rpm

POSTIN

/bin/sh
if [ ! -f /etc/cron.d/mrtg ]; then
	echo "0-59/5 * * * * root /usr/bin/mrtg /var/www/html/mrtg/mrtg.cfg" > /etc/cron.d/mrtg
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	rm -f /etc/cron.d/mrtg
fi