Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 7c3da33ec3a62e9a1843fa8d5f000540 > scriptlet

Zope-ZPhotoSlides-2.0-3.noarch.rpm

POSTIN

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