if dpkg --compare-versions "$2" lt 5.0; then
db_set carnet-upgrade/debconf-priority ""
db_set carnet-upgrade/check-services ""
- fi
- # display installation notice (since 4.0.3)
- db_input high carnet-upgrade/short-instructions || true
- db_go
+ # display installation notice for new version
+ db_fset carnet-upgrade/short-instructions seen false
+ db_input high carnet-upgrade/short-instructions || true
+ db_go
+ fi
fi
# dh_installdeb will replace this with shell code automatically