lib/package_unpack.c: add some comments.

This commit is contained in:
Juan RP 2014-07-02 11:30:41 +02:00
parent e60677116d
commit b63cc62e3d

View File

@ -201,10 +201,10 @@ unpack_archive(struct xbps_handle *xhp,
/* /*
* First get all metadata files on archive in this order: * First get all metadata files on archive in this order:
* - INSTALL * - INSTALL <optional>
* - REMOVE * - REMOVE <optional>
* - props.plist * - props.plist <required>
* - files.plist * - files.plist <required>
* *
* The XBPS package must contain props and files plists, otherwise * The XBPS package must contain props and files plists, otherwise
* it's not a valid package. * it's not a valid package.