Force upgrade all config files with this version

This commit is contained in:
Raphaël Hertzog 2019-11-12 11:18:47 +01:00
parent addc0c611c
commit 386ef77059

View File

@ -42,7 +42,7 @@ if [ "$1" = "configure" ]; then
install_all force install_all force
else else
# Upgrade all files once # Upgrade all files once
if dpkg --compare-versions "$2" lt "2019.4.11"; then if dpkg --compare-versions "$2" lt "2019.4.12"; then
install_all force install_all force
fi fi
# Install remaining new files # Install remaining new files