Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 8af3ca483b88c993de3c2c570a5aa92b > scriptlet

Zope-OrderedFolderSupportPatch-1.0-3.noarch.rpm

POSTIN

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