Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 70f567f8d76c39161746c1337a45b92f > scriptlet

pgbouncer-1.3.3-1.fc14.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