Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 0e6900c0fdaafdcddb7a7e4e1f524345 > scriptlet

Zope-ZMySQLDA-2.0.8-4.noarch.rpm

POSTIN

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