Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 07b0387e8180552e47304ac1dbb52012 > scriptlet

conman-0.1.9.2-8.el5.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add conman

POSTUN

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