Sophie

Sophie

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

zope-LDAPUserFolder-2.4-2mdk.noarch.rpm

POSTIN

/bin/sh
if [ "`/usr/bin/zopectl status`" != "daemon manager not running" ] ; then
	service zope restart
fi

POSTUN

/bin/sh
if [ -f "/usr/bin/zopectl" ] && [ "`/usr/bin/zopectl status`" != "daemon manager not running" ] ; then
	service zope restart
fi