Files
home-manager/modules
Cornelius Mika 9865e3ce29 home-environment: fix error when deleting empty directories
With --ignore-fail-on-non-empty, non-emptiness is the only failure
that gets ignored by rmdir. In the case that rmdir reaches $HOME and
considers deleting it, it will detect insufficient permissions and
subsequently exit with an error, even if $HOME is not empty.

Prevent this by calling rmdir with a relative path that excludes
$HOME.

(cherry picked from commit da5b7bea78)
2017-08-21 18:46:07 +02:00
..
2017-01-17 18:16:45 +01:00
2017-08-02 22:33:53 +02:00
2017-07-24 13:23:48 +02:00
2017-01-15 23:42:48 +01:00