Force update of qterminal settings

This commit is contained in:
Daniel Ruiz de Alegría 2021-07-15 17:37:10 +02:00
parent 609b0a9612
commit bdd3ebc2c1
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -88,9 +88,6 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2021.2.1"; then
install_config_file /etc/xdg/xfce4/whiskermenu/defaults.rc force
fi
if dpkg --compare-versions "$2" lt "2021.2.2"; then
install_config_file /etc/xdg/qterminal.org/qterminal.ini force
fi
if dpkg --compare-versions "$2" lt "2021.2.3"; then
install_config_file /etc/xdg/Thunar/uca.xml force
install_config_file /etc/xdg/Thunar/accels.scm force
@ -98,8 +95,9 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2021.2.4"; then
install_config_file /etc/xdg/xfce4/panel/default.xml force
fi
if dpkg --compare-versions "$2" lt "2021.2.5"; 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
fi
# Install remaining new files
install_all