Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 8cbcc068e467634132e49bb89929fa9c > scriptlet

conman-0.2.5-2.fc12.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