mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 02:25:55 +00:00
Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
#697183).
This commit is contained in:
parent
03a0d72740
commit
935d9370ac
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
grub2 (1.99-26) UNRELEASED; urgency=low
|
||||
|
||||
* Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
|
||||
#697183).
|
||||
|
||||
-- Colin Watson <cjwatson@debian.org> Wed, 02 Jan 2013 11:53:42 +0000
|
||||
|
||||
grub2 (1.99-25) unstable; urgency=low
|
||||
|
||||
* Ensure /boot/grub exists before copying files to it for EFI installs
|
||||
|
4
debian/postrm.in
vendored
4
debian/postrm.in
vendored
@ -28,6 +28,10 @@ case "$1" in
|
||||
rmdir --ignore-fail-on-non-empty /boot/grub || true
|
||||
fi
|
||||
;;
|
||||
|
||||
grub-efi-ia32|grub-efi-amd64)
|
||||
rm -f /boot/grub/unicode.pf2
|
||||
;;
|
||||
esac
|
||||
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user