Move plymouth theme setting to kali-themes
We divert plymouth's configuration file to install our version configuring the kali theme. Stop using the plymouth-set-default-theme in kali-desktop-base.
This commit is contained in:
Vendored
+5
@@ -4,6 +4,7 @@ set -e
|
||||
|
||||
FILES_TO_DIVERT="
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf
|
||||
/etc/plymouth/plymouthd.conf
|
||||
/etc/xdg/qterminal.org/qterminal.ini
|
||||
/etc/xdg/xfce4/panel/default.xml
|
||||
/etc/xdg/xfce4/terminal/terminalrc
|
||||
@@ -57,6 +58,10 @@ if [ "$1" = "configure" ]; then
|
||||
if which update-grub >/dev/null; then
|
||||
update-grub || true
|
||||
fi
|
||||
# Rebuild the initrd for plymouth
|
||||
if which update-initramfs >/dev/null; then
|
||||
update-initramfs -u
|
||||
fi
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
Reference in New Issue
Block a user