File: elilo.kernel-postrm

package info (click to toggle)
elilo 3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,292 kB
  • sloc: ansic: 13,963; sh: 719; asm: 533; makefile: 263; perl: 44
file content (5 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
if [ -e /etc/elilo.conf ]; then
    # Do not abort kernel removal in case of error
    elilo </dev/null >&2 || true
fi