Use alternative to provide desktop-grub
Rename MoreBlue Orbit grub
This commit is contained in:
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Vendored
+1
@@ -3,6 +3,7 @@ desktop-base (5.0.0) unstable; urgency=low
|
||||
* Bump Standards-Version to 3.8.0 (no changes needed).
|
||||
* Add Lenny artwork: MoreBlue Orbit.
|
||||
Thanks to Andre L. R. Ferreira and Valessio S. Brito.
|
||||
* Use alternative to provide desktop-grub.
|
||||
|
||||
-- Fathi Boudra <fabo@debian.org> Thu, 14 Aug 2008 09:41:06 +0200
|
||||
|
||||
|
||||
Vendored
+6
@@ -68,6 +68,12 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
|
||||
desktop-splash \
|
||||
/usr/share/images/desktop-base/Splash-Debian_red.png 10
|
||||
|
||||
# Alternatives for grub
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-grub \
|
||||
desktop-grub \
|
||||
/usr/share/images/desktop-base/moreblue-orbit-grub.png 10
|
||||
|
||||
# GRUB background
|
||||
if which update-grub2 > /dev/null ; then
|
||||
update-grub2
|
||||
|
||||
Vendored
+4
@@ -37,5 +37,9 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
|
||||
|
||||
update-alternatives --remove desktop-splash \
|
||||
/usr/share/images/desktop-base/Splash-Debian_red.png
|
||||
|
||||
# remove grub alternatives
|
||||
update-alternatives --remove desktop-grub \
|
||||
/usr/share/images/desktop-base/moreblue-orbit-grub.png
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user