Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 048b6e83ea500551cd80c2514941af62 > scriptlet

Zope-LinguaPlone-0.7-2.noarch.rpm

POSTIN

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