Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > afd9ef2e506eb66a70044cd0e2b07346 > scriptlet

grub2-2.02.0-15.mga7.x86_64.rpm

PREUN

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

POSTIN

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