Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > fdd79d58bc65b4e03609200030d1cdf6 > scriptlet

cacti-0.8.8-3.fc15.noarch.rpm

PREIN

/bin/sh
/usr/sbin/useradd -d /usr/share/cacti -r -s /sbin/nologin cacti 2> /dev/null || :

POSTIN

/bin/sh
if [ $1 == 1 ]; then
	/sbin/service httpd condrestart > /dev/null 2>&1 || :
fi

POSTUN

/bin/sh
/sbin/service httpd condrestart > /dev/null 2>&1 || :