Sophie

Sophie

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

zope-CMFPhoto-0.5.0-1mdk.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