Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 8fd7827d673dd2cfd5061c8c77292fec > scriptlet

yum-updateonboot-1.1.31-3.mga5.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 || :;