From f0766c6ef7cfc0a0a2246eddcb651ef706d1a324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Mon, 20 Jul 2020 18:30:40 +0200 Subject: [PATCH] Remove /boot/grub/themes/kali/background.png symlink first... --- debian/kali-themes.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/kali-themes.postinst b/debian/kali-themes.postinst index e1fb51a2..7ec41ebb 100644 --- a/debian/kali-themes.postinst +++ b/debian/kali-themes.postinst @@ -80,6 +80,8 @@ if [ "$1" = "configure" ]; then ln -sf /root/.face /root/.face.icon # Copy grub theme to /boot mkdir -p /boot/grub/themes/kali + # Remove old symlink created by postinst in 2020.3.0 + rm -f /boot/grub/themes/kali/background.png cp -r /usr/share/grub/themes/kali/* /boot/grub/themes/kali/ # Set grub theme background # Use background with 16x9 aspect ratio for efi installations detected