Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d05f6404dc47873ab7005b8d2a404f13 > scriptlet

libcgroup-0.36.2-7.fc14.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig
/sbin/chkconfig --add cgred
/sbin/chkconfig --add cgconfig