add a widescreen version of grub background

This commit is contained in:
Yves-Alexis Perez
2010-11-14 15:42:38 +00:00
parent 6c685fa081
commit 0bddbedf8a
4 changed files with 9 additions and 0 deletions
+5
View File
@@ -61,6 +61,11 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
desktop-grub \
/usr/share/images/desktop-base/spacefun-grub.png 15
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub \
/usr/share/images/desktop-base/spacefun-grub-widescreen.png 14
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub \
+3
View File
@@ -33,6 +33,9 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
update-alternatives --remove desktop-grub \
/usr/share/images/desktop-base/spacefun-grub.png
update-alternatives --remove desktop-grub \
/usr/share/images/desktop-base/spacefun-grub-widescreen.png
update-alternatives --remove desktop-grub \
/usr/share/images/desktop-base/moreblue-orbit-grub.png
fi