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