Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 1d9ee89d0fa867e24404fefd9057b8c0 > scriptlet

bootloader-utils-1.16-9.mga8.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