Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > dde18d022c13b266d5a179a0101211c3 > scriptlet

yum-updateonboot-1.1.31-10.fc18.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 || :;