Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > db8398e42bee3fa35c7768895e0ee36d > scriptlet

memtest86+-2.01-4mdv2009.0.x86_64.rpm

PREUN

/bin/sh
if [ -x /usr/sbin/bootloader-config ]; then
    /usr/sbin/bootloader-config --action remove-entry --label memtest
fi

POSTIN

/bin/sh
if [ -x /usr/sbin/bootloader-config ]; then
    /usr/sbin/bootloader-config --action add-entry --label memtest --image /boot/memtest.bin
fi