Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 976c76991c943f28dadfac3c89f63abb > scriptlet

Zope-CMFVisualEditor-0.2-9.noarch.rpm

POSTIN

/bin/sh
/usr/sbin/installzopeproduct /usr/share/Zope-CMFVisualEditor CMFVisualEditor
if [ -f /var/lock/subsys/zope ]; then
	/etc/rc.d/init.d/zope restart >&2
fi

POSTUN

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