Hi,
Following the instructions to get started the postinstall script failed because the book table was not present. Indeed the file db/book.db was 0 bytes in size.
I was able run the postinstall script successfully after running:
sqlite3 -batch db/book.db < db/bookdb.sql
Cheers