diff --git a/README.md b/README.md
index bc954ee8..522f49a5 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/repo/zlib/manifest b/repo/zlib/manifest
index df2a128e..032e1fe8 100644
--- a/repo/zlib/manifest
+++ b/repo/zlib/manifest
@@ -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