Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > c2cda8768484d79497df2b617253e511 > scriptlet

Zope-CMFPortalContentFolder-0.2-2.noarch.rpm

POSTIN

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