Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 7ab0b39214634de7bdc86b212cbf4e6b > scriptlet

cpuspeed-1.2.1-11.el5_10.x86_64.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