Sophie

Sophie

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

tuned-0.2.17-1.fc14.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add tuned
/sbin/chkconfig --add ktune

POSTUN

/bin/sh
if [ "$1" -ge "1" ] ; then
    /sbin/service tuned condrestart >/dev/null 2>&1 || :
    /sbin/service ktune condrestart >/dev/null 2>&1 || :
fi