Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 80a1c060d7c038918c702486e0180fa1 > scriptlet

bootloader-utils-1.16-1.mga3.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