On 2014-04-10 17:40, Agustin Martin wrote: > However, postrm cannot rely on anything in dependencies, there is no > warranty on removal ordering. So, script is not available and not run if > dictionaries-common is removed first (which can happen) and those dirs are > left behind. This is something I am trying to fix in new -dev debhelper > snippets allowing for explicit removal of those dirs if empty.
can't you do this cleanup already from somedict.postrm remove (instead of somedict.postrm purge)? During removal the dependencies are all satisfied (including the package owning the directory), only at purge time they are not. Delaying the deletion of the autogenerated hashes etc. to purge should not be neccessary. Andreas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

