Delete file so db_load doesn't run incrementally.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 14 Apr 2011 17:17:43 +0000 (18:17 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 14 Apr 2011 17:20:30 +0000 (18:20 +0100)
commit67493bfca44d436143d825b155bf2bc38990ea82
tree2851e5199b18011b80db2afbce45b483ac9a22ed
parent36d3a4ce53317b104d48b60c9fe1ed679065d1d4
Delete file so db_load doesn't run incrementally.

It turns out that db_load incrementally updates the database (instead
of writing a new one).  Remove the old database to force db_load to
write a new one.

This also ensures that we handle write failure gracefully.
images/Makefile.am