Sophie

Sophie

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

Zope-ZAttachmentAttribute-2.3-1.noarch.rpm

POSTIN

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