Comment 2 for bug 568461

Revision history for this message
HugoHirsch (ubuntubugs-aiki-it) wrote :

I'm not quite sure if it's a bug or a feature but the postinst-script (in /var/lib/dpkg/info/adobereader-deu.postinst) doesn't contain a || true in line 183 - after I changed line 183 from
<old>
183 db_get acroread-deu/default-viewer
</old>
to
<new>
183 db_get acroread-deu/default-viewer || true
</new>
the package installs fine.