Force upgrade a few more files and fix version check

This commit is contained in:
Raphaël Hertzog 2020-11-02 21:53:54 +01:00
parent 9526175312
commit 0a4d853907
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9

View File

@ -73,8 +73,10 @@ if [ "$1" = "configure" ]; then
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml force
fi
if dpkg --compare-versions "$2" lt "2020.4.4"; then
if dpkg --compare-versions "$2" lt "2020.4.3"; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
install_config_file /etc/xdg/qt5ct/qt5ct.conf force
fi
# Install remaining new files
install_all