summaryrefslogtreecommitdiffstats
path: root/lilo.pkg/postinst
blob: 17552c6db1565d023b37a0feb102d6a3f784bc93 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -e /boot/vmlinuz ] && [ -e /boot/vmlinuz.old ]; then
	/sbin/install-lilo
fi

exit 0