update standards version
[debian/elilo] / debian / elilo.kernel-postinst
1 #!/bin/sh
2 if [ -e /etc/elilo.conf ]; then
3     elilo </dev/null >&2
4 else
5     echo >&2 "elilo: Not updating; /etc/elilo.conf not found"
6 fi