Force upgrade all config files

This commit is contained in:
Raphaël Hertzog 2019-11-19 10:46:43 +01:00
parent 434b63cd12
commit f3a8822fde

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.14"; then if dpkg --compare-versions "$2" lt "2019.4.15"; then
install_all force install_all force
fi fi
# Install remaining new files # Install remaining new files