Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 9c6d6afc6f529c8bf98f4f26fb301d72 > scriptlet

syslinux-extlinux-4.02-7.2.el5.x86_64.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