Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > ef7c0f4b86acb00d993a0e9827ffdf80 > scriptlet

libcgroup-0.36.1-6.el6_0.1.i686.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