Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > a738115b7d81ff73d244c99ade76972e > scriptlet

yum-updateonboot-1.1.16-21.el5.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add yum-updateonboot >/dev/null 2>&1 || :;