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:
Raphaël Hertzog
2019-11-07 14:24:45 +01:00
parent b8c867f84f
commit c20447db15
6 changed files with 12 additions and 12 deletions
+5
View File
@@ -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#