diff options
Diffstat (limited to 'community/pkgfile/pkgfile.install')
-rw-r--r-- | community/pkgfile/pkgfile.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/pkgfile/pkgfile.install b/community/pkgfile/pkgfile.install new file mode 100644 index 000000000..7653630b0 --- /dev/null +++ b/community/pkgfile/pkgfile.install @@ -0,0 +1,5 @@ +#!/bin/bash + +post_install() { + printf "==> Run 'pkgfile ---update' to initialize the database\n" +} |