Force install xfce4-keyboard-shortcuts.xml

This commit is contained in:
Daniel Ruiz de Alegría 2021-02-12 11:54:46 +01:00
parent 4da3d65757
commit 3b9a72e4e7

View File

@ -88,6 +88,9 @@ if [ "$1" = "configure" ]; then
if dpkg --compare-versions "$2" lt "2021.1.2"; then if dpkg --compare-versions "$2" lt "2021.1.2"; then
install_config_file /etc/xdg/qt5ct/qt5ct.conf force install_config_file /etc/xdg/qt5ct/qt5ct.conf force
fi fi
if dpkg --compare-versions "$2" lt "2021.1.3"; then
install_config_file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml force
fi
# Install remaining new files # Install remaining new files
install_all install_all
fi fi