Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > a524172a9e154997643fe0c677c3b7cf > scriptlet

Zope-CookieCrumbler-1.2-2.noarch.rpm

POSTIN

/bin/sh
/usr/sbin/installzopeproduct /usr/share/Zope-CookieCrumbler CookieCrumbler
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 CookieCrumbler 
	if [ -f /var/lock/subsys/zope ]; then
		/etc/rc.d/init.d/zope restart >&2
	fi
fi