KDE: Configure default theme settings
This commit is contained in:
Vendored
+3
@@ -6,6 +6,9 @@ FILES_TO_DIVERT="
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf
|
||||
/etc/plymouth/plymouthd.conf
|
||||
/etc/xdg/compton.conf
|
||||
/etc/xdg/kwinrc
|
||||
/etc/xdg/kdeglobals
|
||||
/etc/xdg/gtk-3.0/settings.ini
|
||||
/etc/xdg/xfce4/helpers.rc
|
||||
/etc/xdg/qterminal.org/qterminal.ini
|
||||
/etc/xdg/xfce4/panel/default.xml
|
||||
|
||||
Vendored
+3
@@ -6,6 +6,9 @@ FILES_TO_DIVERT="
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf
|
||||
/etc/plymouth/plymouthd.conf
|
||||
/etc/xdg/compton.conf
|
||||
/etc/xdg/kwinrc
|
||||
/etc/xdg/kdeglobals
|
||||
/etc/xdg/gtk-3.0/settings.ini
|
||||
/etc/xdg/xfce4/helpers.rc
|
||||
/etc/xdg/qterminal.org/qterminal.ini
|
||||
/etc/xdg/xfce4/panel/default.xml
|
||||
|
||||
Vendored
+3
@@ -6,6 +6,9 @@ FILES_TO_DIVERT="
|
||||
/etc/lightdm/lightdm-gtk-greeter.conf
|
||||
/etc/plymouth/plymouthd.conf
|
||||
/etc/xdg/compton.conf
|
||||
/etc/xdg/kwinrc
|
||||
/etc/xdg/kdeglobals
|
||||
/etc/xdg/gtk-3.0/settings.ini
|
||||
/etc/xdg/xfce4/helpers.rc
|
||||
/etc/xdg/qterminal.org/qterminal.ini
|
||||
/etc/xdg/xfce4/panel/default.xml
|
||||
|
||||
Vendored
-15
@@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
update_script() {
|
||||
local script=$1
|
||||
(
|
||||
sed -n -e '1,/^FILES_TO_DIVERT="/ p' $script
|
||||
cat files-to-divert
|
||||
sed -n -e '/^" # END FILES_TO_DIVERT/,$ p' $script
|
||||
) >$script.new
|
||||
mv $script.new $script
|
||||
}
|
||||
|
||||
update_script debian/kali-themes.preinst
|
||||
update_script debian/kali-themes.postinst
|
||||
update_script debian/kali-themes.postrm
|
||||
Reference in New Issue
Block a user