Comment 12 for bug 91399

Revision history for this message
Matej Kenda (matejken) wrote :

The command "/usr/share/debconf/frontend /var/lib/dpkg/info/console-setup.postinst configure 1.13ubuntu7" causes the code below from the "usr/share/debconf/frontend" to get executed.

Does this mean that there is something wrong in the dpkg "database" files?

-- snippet of code from usr/share/debconf/frontend --

my $confmodule=make_confmodule(@ARGV);

$confmodule->owner($package);

1 while ($confmodule->communicate);

$frontend->shutdown;

Debconf::Db->save;

exit $confmodule->exitcode;