xbps/tests
Duncan Overbruck 62962208fd
lib/transaction_files.c: fix leaving behind obsolete directories
Deleting obsolete directories is different from deleting obsolete files,
files need to be deleted by the first package that might change the file
into a different file type.
Directories need to be deleted by the last package that removes files
out of the directory to avoid ENOTEMPTY if another package has a file in
the given directory which is uninstalled later.

This fixes #282.
2021-06-26 18:58:55 +02:00
..
xbps lib/transaction_files.c: fix leaving behind obsolete directories 2021-06-26 18:58:55 +02:00
Makefile Reorganize tests and move all them under /usr/tests/xbps. 2013-11-03 09:30:57 +01:00