Imported initial Debian directory
[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