Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > a81262af3a2b503ad878c85031619fcb > scriptlet

syslinux-extlinux-4.02-3.fc14.i686.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