Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 7e6002d170478626faa75d587b6d8c94 > scriptlet

yum-updateonboot-1.1.28-1.fc13.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 || :;