Imported Debian patch 3.12-3.1
[debian/elilo] / debian / elilo.initramfs-post-update
1 #!/bin/sh
2 case "$DPKG_MAINTSCRIPT_PACKAGE" in
3     linux-image-*)
4         # elilo will be updated later by the kernel postinst hook; no
5         # need to update it now.
6         exit 0
7         ;;
8     *)
9         elilo </dev/null >&2
10         ;;
11 esac