Update debian/watch, debian/lilo.* and debian/lilo-doc.*
[rrq/maintain_lilo.git] / debian / lilo.kernel-postinst
1 #!/bin/sh
2 if [ -e /etc/lilo.conf ]; then
3     lilo </dev/null >&2
4 else
5     echo >&2 "Warning: Not updating LILO; /etc/lilo.conf not found"
6 fi