1 2 3 4 5 6 7
#!/bin/sh if [ -e /boot/vmlinuz ] && [ -e /boot/vmlinuz.old ]; then /sbin/install-lilo fi exit 0