Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 06231e4942bdf0058f217d5c35d85527 > scriptlet

pgbouncer-1.3.3-1.fc13.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ] ; then
	/sbin/service pgbouncer condstop >/dev/null 2>&1
	chkconfig --del pgbouncer
fi

POSTIN

/bin/sh
chkconfig --add pgbouncer

POSTUN

/bin/sh
if [ "$1" -ge "1" ] ; then
	/sbin/service pgbouncer condrestart >/dev/null 2>&1 || :
fi