Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > dbac7049564b4079e69f0a27768ca4c5 > scriptlet

memtest86+-5.01-5.mga4.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