Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > cbb8c27238e401c5d860a80ace103962 > scriptlet

biosdisk-0.65-2mdv2007.0.noarch.rpm

POSTIN

/bin/sh
#copy memdisk to /boot
if ! [ -e /boot/memdisk ]; then
    for i in /usr/lib/syslinux/memdisk /usr/share/syslinux/memdisk
    do
        if [ -e $i ]; then
            cp -f $i /boot
        fi
    done
fi