File: elilo.kernel-postinst

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 (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
if [ -e /etc/elilo.conf ]; then
    elilo </dev/null >&2
else
    echo >&2 "elilo: Not updating; /etc/elilo.conf not found"
fi