diff --git a/debian/kali-themes.postinst b/debian/kali-themes.postinst index 3d1fe944..dc89e557 100644 --- a/debian/kali-themes.postinst +++ b/debian/kali-themes.postinst @@ -72,8 +72,6 @@ if [ "$1" = "configure" ]; then install_config_file /etc/xdg/kscreenlockerrc force fi if dpkg --compare-versions "$2" lt "2021.1.0"; then - install_config_file /etc/xdg/kdeglobals force - install_config_file /etc/xdg/xfce4/helpers.rc force install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml force fi if dpkg --compare-versions "$2" lt "2021.1.1"; then @@ -98,6 +96,8 @@ if [ "$1" = "configure" ]; then if dpkg --compare-versions "$2" lt "2021.3.0"; then install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force install_config_file /etc/xdg/qterminal.org/qterminal.ini force + install_config_file /etc/xdg/kdeglobals force + install_config_file /etc/xdg/xfce4/helpers.rc force fi # Install remaining new files install_all