This changes pkg_remove_files to queue all directory symlinks for
removal after all other items. Links are only removed if they are
broken and a safeguard has been added for root level directories.
Also fixed are some bugs around how the paths are stored internally.
If KISS_ROOT is empty, path ends up being //path/to/file.
Directory symlinks are undetectable when they have '/' as a suffix.
This changes pkg_remove_files to queue all directory symlinks for removal after all other items. Links are only removed if they are broken and a safeguard has been added for root level directories.
Also fixed are some bugs around how the paths are stored internally.
Let me know if there are any issues :)
Closes #23