Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 7154868ce8379cf9226a3815b73811e1 > scriptlet

grub2-2.04.0-29.mga8.i586.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