Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > 13727a15ccd02ec383d45bf0af45d5d4 > scriptlet

bootloader-utils-1.15-6.mga1.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