On 24 October 2015 at 06:48, Tianon Gravi <[email protected]> wrote: > What does postgres do in this case? I think they've got similar > issues and I'm curious whether they just blow it away regardless.
https://sources.debian.net/src/postgresql-9.5/9.5.3-1/debian/postgresql-9.5.postrm/#L59 | clean_dir /etc/postgresql/$VERSION | clean_dir /var/lib/postgresql/$VERSION | clean_dir /var/log/postgresql/$VERSION I don't think it's sane for us to remove "/etc/docker" since other packages use that same directory, but we should be able to figure out something workable for "/var/lib/docker" (going to try working up some logic for this). ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4

