2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

docs: update

This commit is contained in:
Dylan Araps 2019-05-16 17:20:32 +03:00
parent fa9d128d68
commit 54f1935fe7

View File

@ -19,6 +19,8 @@ zlib/ # Package name.
# Optional files.
├─ post_install # Script to run after package installation.
├─ patches/* # Directory to store patches.
├─ files/* # Directory to misc files.
```
When a built package is installed, this entire directory tree is copied to `/var/db/puke` where it becomes a database entry. Listing the dependencies for a package is a simple as printing the contents of the `depends` file. Searching for which package owns a file is as simple as checking each `manifest` file.