Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > ab3ff9a1c0b6bb2f159e0aaa6512970c > scriptlet

Zope-COREBlog2-0.8-0.b.1.noarch.rpm

POSTIN

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