Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 78c513b74a602507f8584c6b1914d1a1 > scriptlet

cpuspeed-1.5-14.fc13.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add cpuspeed

Triggers

kernel-utils

/bin/sh
/sbin/chkconfig --add cpuspeed
exit 0