Force update qt5ct.conf
This commit is contained in:
parent
a7f73cb456
commit
e7b6a76c75
6
debian/kali-themes.postinst
vendored
6
debian/kali-themes.postinst
vendored
@ -73,9 +73,6 @@ if [ "$1" = "configure" ]; then
|
|||||||
install_config_file /etc/xdg/Thunar/uca.xml force
|
install_config_file /etc/xdg/Thunar/uca.xml force
|
||||||
install_config_file /etc/xdg/kscreenlockerrc force
|
install_config_file /etc/xdg/kscreenlockerrc force
|
||||||
fi
|
fi
|
||||||
if dpkg --compare-versions "$2" lt "2020.4.3"; then
|
|
||||||
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
|
|
||||||
fi
|
|
||||||
if dpkg --compare-versions "$2" lt "2021.1.0"; then
|
if dpkg --compare-versions "$2" lt "2021.1.0"; then
|
||||||
install_config_file /etc/xdg/kdeglobals force
|
install_config_file /etc/xdg/kdeglobals force
|
||||||
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
|
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
|
||||||
@ -88,6 +85,9 @@ if [ "$1" = "configure" ]; then
|
|||||||
if dpkg --compare-versions "$2" lt "2021.1.1"; then
|
if dpkg --compare-versions "$2" lt "2021.1.1"; then
|
||||||
remove_config_file /etc/xdg/Trolltech.conf
|
remove_config_file /etc/xdg/Trolltech.conf
|
||||||
fi
|
fi
|
||||||
|
if dpkg --compare-versions "$2" lt "2021.1.2"; then
|
||||||
|
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
|
||||||
|
fi
|
||||||
# Install remaining new files
|
# Install remaining new files
|
||||||
install_all
|
install_all
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user