Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 87f49ca0700b87b1354348cfb68cc3df > scriptlet

Zope-COREBlog-1.22-1.noarch.rpm

POSTIN

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