Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 0199156b4429b79f5dadeaa74190d635 > scriptlet

lilo-22.2-2mdk.i586.rpm

POSTIN

/bin/sh
if [ ! -e /boot/lilo ];then
	  ln -sf lilo-menu /boot/lilo
fi
if [ -f /etc/lilo.conf ]; then
  chmod 600 /etc/lilo.conf
  if [ -x /usr/sbin/detectloader ]; then
    LOADER=$(/usr/sbin/detectloader -q)
    if [ "$LOADER" = "LILO" ]; then
      /sbin/lilo > /dev/null
    fi
  fi
fi