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
+3 -1
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
@@ -50,7 +51,8 @@ case "$1" in
# Dynamically add new diversions when required on upgrade
# Example to divert /etc/xdg/xfce4/panel/default.xml when you
# upgrade from a version older than 2019.4.6:
# setup_diversion_on_upgrade $2 2019.4.6 /etc/xdg/xfce4/panel/default.xml
# setup_diversion_on_upgrade "$2" 2019.4.6 /etc/xdg/xfce4/panel/default.xml
setup_diversion_on_upgrade "$2" 2019.4.9 /etc/plymouth/plymouthd.conf
;;
esac