Sophie

Sophie

distrib > Mageia > cauldron > i586 > media > core-release > by-pkgid > 3e2005fabff96cde8968e9d1fb695c06 > scriptlet

grub2-2.06-24.mga9.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