Sophie

Sophie

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

Zope-CPSSkins-2.7.0-1.noarch.rpm

POSTIN

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