66bcbb184fb1646494ea4b1e6d1dce7dae531e66
[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