When you uninstall the module nodes of type 'home' are not deleted.
I suggest to add this to function home_uninstall():

db_query("DELETE FROM {home} WHERE type = '%s' ", "home");

Comments

discursives’s picture

Status: Active » Closed (won't fix)

It is not the common protocol for a module, upon deletion, to delete content. The saying is that fussing with modules should not damage data. As long as the nodes can be deleted through the normal content deletion methods, they ought not be touched.