Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 833ec68ceb30b2700e5db0be37bf05a3 > scriptlet

syslinux-extlinux-4.02-7.2.el5.i386.rpm

POSTIN

/bin/sh
# If we have a /boot/extlinux.conf file, assume extlinux is our bootloader
# and update it.
if [ -f /boot/extlinux/extlinux.conf ]; then \
	extlinux --update /boot/extlinux ; \
elif [ -f /boot/extlinux.conf ]; then \
	mkdir -p /boot/extlinux && \
	mv /boot/extlinux.conf /boot/extlinux/extlinux.conf && \
	extlinux --update /boot/extlinux ; \
fi