Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > a41624643f1e708b6b2cf048557ef95e > scriptlet

cpuspeed-1.5-14.fc14.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