Comment 6 for bug 779174

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote : Re: package ca-certificates-java 20110426 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

Thanks for your report.

This is because libnss3 installs the librairy in /usr/lib/i386-linux-gnu/libnss3.so rather than /usr/lib/libnss3.so

To workaround it open a terminal and run the following command:
$ sudo ln -s /usr/lib/i386-linux-gnu/libnss3.so /usr/lib/

Then install ca-certificates-java again.