Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > deba634302e20bfb7391e38d3fe2f49c > scriptlet

Zope-ZPsycopgDA-1.1.21-2.amd64.rpm

POSTIN

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