Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 20a5571bced992a47c96b19e112ae5f4 > scriptlet

grub2-efi-2.04.0-29.mga8.i586.rpm

PREUN

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

POSTIN

/bin/sh
if [[ ! -e /boot/efi && -e /boot/EFI ]]; then
	ln -fs EFI /boot/efi
fi
if [ $1 -eq 2 ]; then
      touch /boot/grub2/updtrans
fi