mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 18:09:37 +00:00
Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
#697183).
This commit is contained in:
parent
8fb8ec2ec0
commit
d971277f76
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,8 @@
|
|||||||
grub2 (2.00-10) UNRELEASED; urgency=low
|
grub2 (2.00-10) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Support parallel builds.
|
* Support parallel builds.
|
||||||
|
* Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
|
||||||
|
#697183).
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@debian.org> Wed, 02 Jan 2013 08:58:20 +0000
|
-- Colin Watson <cjwatson@debian.org> Wed, 02 Jan 2013 08:58:20 +0000
|
||||||
|
|
||||||
|
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
|
rmdir --ignore-fail-on-non-empty /boot/grub || true
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
grub-efi-ia32|grub-efi-amd64)
|
||||||
|
rm -f /boot/grub/unicode.pf2
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user