Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > fa9ea33ca521050fda04e4092bf77c72 > scriptlet

haproxy-1.3.12-alt1.i586.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	/sbin/service haproxy stop &>/dev/null || :
	/sbin/chkconfig --del haproxy
fi

POSTIN

/bin/sh
/sbin/chkconfig --add haproxy

POSTUN

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