Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 8a91cdc6068aeadc44961ab082186a3a > scriptlet

tuned-0.2.19-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