Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 47ec2bdcad83b6af68ff90e7374e5cf6 > scriptlet

conman-0.2.7-0.fc16.i686.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