Sophie

Sophie

distrib > Mageia > cauldron > i586 > by-pkgid > 7593d8a48165dbb158548b20421b084f > scriptlet

bootloader-utils-1.16-10.mga9.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