File: postinst

package info (click to toggle)
lilo 21-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 812 kB
  • ctags: 895
  • sloc: ansic: 3,420; asm: 2,546; sh: 767; perl: 607; makefile: 193; cpp: 3
file content (6 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
set -e
[ x"configure" = x"$1" ] || exit 0
echo "Running /usr/sbin/liloconfig"
echo 
/usr/sbin/liloconfig || echo "WARNING: Your System might not boot, check /etc/lilo.conf and rerun '/sbin/lilo -v'"