Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f6e994ca0d2bb73822cf70c38e262813 > scriptlet

cacti-0.8.7g-1.fc14.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 || :