Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 970ffae03940bb0008a0fef937f13a45 > scriptlet

powerman-2.3.5-2.fc13.i686.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]
then
  # No conditional stop provided. :(
  /sbin/service powerman status
  if [ "$?" -eq 0 ]
  then
    /sbin/service powerman stop
  fi
  /sbin/chkconfig --del powerman
fi

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add powerman