docs: update

This commit is contained in:
Dylan Araps 2019-05-10 21:44:26 +03:00
parent f97839793f
commit cf9a8b73ab
2 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,7 @@ done < depends
* [`depends`](#depends)
* [`version`](#version)
* [`checksums`](#checksums)
* [`post-install`](#post-install)
<!-- vim-markdown-toc -->
@ -195,3 +196,7 @@ The `checksums` file contains the `sha256` sums of each entry in the `sources` f
```
c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 zlib-1.2.11.tar.gz
```
### `post-install`
The `post-install` file should contain any steps required directly after the package is installed. This includes updating font databases and creating any post-install symlinks which may be required.

View File

@ -4,6 +4,7 @@
/var/db/puke/zlib/sources
/var/db/puke/zlib/manifest
/var/db/puke/zlib/checksums
/var/db/puke/zlib/post-install
/var/db/puke/zlib/build
/var/db/puke/zlib/version
/lib/libz.so.1.2.11