From 54f1935fe7d4d5fc5d9af52932fe6a91e73e5a93 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 16 May 2019 17:20:32 +0300 Subject: [PATCH] docs: update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ed08e7d..a194f85d 100644 --- a/README.md +++ b/README.md @@ -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.