Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 1cef2532d1c34efaab384686b8fd4931 > scriptlet

zope-fckeditor-2.4.7-1mdv2007.1.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