#!/bin/sh if [ -e /etc/elilo.conf ]; then # Do not abort kernel removal in case of error elilo &2 || true fi