Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 1b756db3d9adf7f2cef95abd41c3fdb8 > scriptlet

grub2-efi-2.02.0-1.1.mga6.x86_64.rpm

PREUN

/bin/sh
# Only if uninstalling
if [ $1 -eq 0 ]; then
rm -rf /boot/grub2/x86_64-efi
rm -rf /boot/grub2/locale
fi

POSTIN

/bin/sh
if [ $1 -eq 2 ]; then
      touch /boot/grub2/updtrans
fi