chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `make uninstall` does not uninstall the chicken-do manpage


From: John Cowan
Subject: Re: `make uninstall` does not uninstall the chicken-do manpage
Date: Wed, 4 Aug 2021 14:44:27 -0400



On Wed, Aug 4, 2021 at 2:38 PM Mario Domenech Goulart <mario@parenteses.org> wrote:

I think the slightly tricky thing is finding out whether the directories
are actually empty after the CHICKEN core files are deleted (e.g., some
other program wrote files in there for whatever reason).  In case the
directories are not empty after the deletion of CHICKEN core files, I
think they should NOT be deleted.

In no universe are you allowed to delete empty directories anyway.  So just rmdir each expected directory bottom-up and ignore errors.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]