Move to compat level 7 and format 3.0 (quilt)
[rrq/maintain_lilo.git] / debian / lilo.kernel-postrm
1 #!/bin/sh
2 if [ -e /etc/lilo.conf ]; then
3     # Do not abort kernel removal in case of error
4     lilo </dev/null >&2 || true
5 fi