Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 9d4f422bfe2a543a87d42aa77e1a3f03 > scriptlet

bootloader-utils-1.16-6.mga6.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