diff --git a/debian/postinst b/debian/postinst index d8ee170d..5a3d9472 100755 --- a/debian/postinst +++ b/debian/postinst @@ -228,7 +228,7 @@ case "$1" in done fi - if test ! -e /proxmox_install_mode && test -n "$2" && dpkg --compare-versions "$2" 'lt' '7.2.11~'; then + if test ! -e /proxmox_install_mode && test -n "$2" && dpkg --compare-versions "$2" 'lt' '7.2-11~'; then if test -e /etc/apt/auth.conf ; then migrate_apt_auth_conf fi