#!/bin/sh if [ -e /etc/lilo.conf ]; then lilo &2 else echo >&2 "Warning: Not updating LILO; /etc/lilo.conf not found" fi