hi florian,

On Tue, May 19, 2009 at 08:06:07PM -0300, Florian Grandel wrote:
>       dbc_read_package_config
>       dbc_preseed_package_debconf
>   
> +     # Find out whether the database has been purged on a previous occasion. 
> If
> +     # so, we'll have to give the user a chance to re-install it.
> +     db_get $dbc_package/purge
> +     if [ "$RET" = true ]; then
> +             dbc_command=reconfigure
> +     fi
> + 

i think this will catch the most common case that you describe, thanks!  it
won't cover the case where the debconf information goes away between remove
and install (which it is allowed to do), but it's small and simple enough of a 
fix that i can't think why it shouldn't be included regardless.


        sean

Attachment: signature.asc
Description: Digital signature

Reply via email to