Qt: set breeze as the default theme

This commit is contained in:
Daniel Ruiz de Alegría
2021-10-21 02:56:30 +02:00
parent 2b7ed3648d
commit 4a6d8f422e
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -74,9 +74,6 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2021.1.1"; then
remove_config_file /etc/xdg/Trolltech.conf
fi
if dpkg --compare-versions "$2" lt "2021.1.2"; then
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
fi
if dpkg --compare-versions "$2" lt "2021.2.0"; then
install_config_file /etc/lightdm/lightdm-gtk-greeter.conf force
fi
@@ -100,6 +97,9 @@ if [ "$1" = "configure" ]; then
install_config_file /etc/xdg/kwinrc force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml force
fi
if dpkg --compare-versions "$2" lt "2021.4.2"; then
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
fi
# Install remaining new files
install_all
fi