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