Skip to content

Fix ui5426 EPUB manual included with Calibre steers user toward non-free software

https://trisquel.info/en/issues/5426

This addresses the remaining Toutatis only part of the above aged FSDG user issue. EPUB format is 'just' a ZIP archive of XHTML, which approximates to a source form. This helper unpacks the book, does the sed edit, and repacks it.

Calibre copies the book into the user's book library in their home directory on first run. So this fix won't address existing installs unless the user copies the book manually.

The rm:s at the end are a bit cargo cult programming. But I thought them best with the build system still being tweaked.

Merge request reports