Comment 15 for bug 680328

Revision history for this message
Jonathan Thomas (echidnaman) wrote : Re: Many postinst scripts fail using either AptDaemon, PackageKit, or QApt

Removing these lines seem to fix things:

// close Forked stdout and the read end of the pipe
close(1);

I wonder what it was trying to accomplish in the first place...