forked from kiss-community/repo
docs: update
This commit is contained in:
parent
f97839793f
commit
cf9a8b73ab
@ -63,6 +63,7 @@ done < depends
|
|||||||
* [`depends`](#depends)
|
* [`depends`](#depends)
|
||||||
* [`version`](#version)
|
* [`version`](#version)
|
||||||
* [`checksums`](#checksums)
|
* [`checksums`](#checksums)
|
||||||
|
* [`post-install`](#post-install)
|
||||||
|
|
||||||
<!-- vim-markdown-toc -->
|
<!-- 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
|
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.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
/var/db/puke/zlib/sources
|
/var/db/puke/zlib/sources
|
||||||
/var/db/puke/zlib/manifest
|
/var/db/puke/zlib/manifest
|
||||||
/var/db/puke/zlib/checksums
|
/var/db/puke/zlib/checksums
|
||||||
|
/var/db/puke/zlib/post-install
|
||||||
/var/db/puke/zlib/build
|
/var/db/puke/zlib/build
|
||||||
/var/db/puke/zlib/version
|
/var/db/puke/zlib/version
|
||||||
/lib/libz.so.1.2.11
|
/lib/libz.so.1.2.11
|
||||||
|
Loading…
Reference in New Issue
Block a user