Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 6a4340f7e65022f2ae07b99b5cf00d2d > scriptlet

conserver-8.1.18-3.fc15.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
  if [ -x /etc/rc.d/init.d/conserver ]; then
    /etc/rc.d/init.d/conserver stop > /dev/null 2>&1
    /sbin/chkconfig --del conserver
  fi
fi

POSTIN

/bin/sh
if [ -x /etc/rc.d/init.d/conserver ]; then
  /sbin/chkconfig --add conserver
fi