Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b97889fdc17d5d2ece2f29b54d3f9ef6 > scriptlet

bootloader-utils-1.16-2.mga4.noarch.rpm

PREIN

/bin/sh
# disable obsolete kheader script on update if it exists
if [ $1 = 2 ]; then
    if [ -x /etc/rc.d/init.d/kheader ]; then
	chkconfig --del kheader
    fi
fi