Sophie

Sophie

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

Zope-ZAAPlugins-2.3-1.noarch.rpm

POSTIN

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