Fix path to grub backgrounds in update-alternatives calls

This commit is contained in:
Raphaël Hertzog 2019-11-07 10:10:21 +01:00
parent 80b36e12f4
commit 1fd6c8886c

View File

@ -68,18 +68,18 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
grub_first_ratio="4x3"
grub_second_ratio="16x9"
fi
active_grub_first_ratio=/boot/grub/themes/kali/grub-${grub_first_ratio}.png
active_grub_second_ratio=/boot/grub/themes/kali/grub-${grub_second_ratio}.png
active_grub_first_ratio=/usr/share/grub/themes/kali/grub-${grub_first_ratio}.png
active_grub_second_ratio=/usr/share/grub/themes/kali/grub-${grub_second_ratio}.png
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub ${active_grub_first_ratio} 200 \
--slave /usr/share/desktop-base/grub_background.sh \
desktop-grub.sh /boot/grub/themes/kali/grub_background.sh
desktop-grub.sh /usr/share/grub/themes/kali/grub_background.sh
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub ${active_grub_second_ratio} 190 \
--slave /usr/share/desktop-base/grub_background.sh \
desktop-grub.sh /boot/grub/themes/kali/grub_background.sh
desktop-grub.sh /usr/share/grub/themes/kali/grub_background.sh
# Apply GRUB background update into /boot
# Try detecting active grub packages (so not -doc, -common, -bin) as a hint