[Users] [Bug 4061] 'make uninistall' leaves empty directories

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Thu Jul 26 20:56:46 CEST 2018


https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4061

--- Comment #4 from Removed after GDPR request <removed-gdpr at example.com> ---
I suppose the relevant thing would be to add lines to the existing
uninstall-hook target based on the the mkdir lines from /po/Makefile.in.in,
perhaps using:

find <dir> -type d -empty -delete && rmdir <dir>

However I can't provide a patch as I am not familiar with the intricacies of
the variable names used. I tried to figure those out by looking at the code of
the various files but still - it looks all interrelated and complex.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list