Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 53b7751c243db76694e14eea324a6a58 > scriptlet

Zope-CMFQuickInstallerTool-1.5.7-1.noarch.rpm

POSTIN

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