Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 886c178fa600cae68b5b0896f11733fe > scriptlet

Zope-ExternalEditor-0.9.1-1.noarch.rpm

POSTIN

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