Sophie

Sophie

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

Zope-CMFSin-0.6.1-8.noarch.rpm

POSTIN

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