Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3e848bbecaf6f1d0e2786cd1e3d5fa05 > scriptlet

egroupware-1.6.002-8mdv2009.0.noarch.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/httpd ]; then
    /etc/rc.d/init.d/httpd restart 1>&2;
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	/etc/rc.d/init.d/httpd restart 1>&2
    fi
fi