diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 08:05:26 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 08:12:51 +0000 |
commit | 1b54ef361d3f88a6303bdc6f034c427d3fc340cd (patch) | |
tree | 8601d0a539998f6deda00baac6c219fbb0e72107 /community/knot/knot.post-install | |
parent | f735580871e2f3203fbc3acc12e330ae4a09bbe8 (diff) | |
download | aports-1b54ef361d3f88a6303bdc6f034c427d3fc340cd.tar.bz2 aports-1b54ef361d3f88a6303bdc6f034c427d3fc340cd.tar.xz |
community/know: moved from testing, upgrade to 2.3.0
Diffstat (limited to 'community/knot/knot.post-install')
-rw-r--r-- | community/knot/knot.post-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/knot/knot.post-install b/community/knot/knot.post-install new file mode 100644 index 0000000000..179e5fc92a --- /dev/null +++ b/community/knot/knot.post-install @@ -0,0 +1,10 @@ +#!/bin/sh + +echo "*" >&2 +echo "* Before running knot, you must create a knot.conf file." >&2 +echo "* There is an example in the /etc/knot directory." >&2 +echo "* You can rename the example file and make the necessary adjustment." >&2 +echo "*" >&2 + +exit 0 + |