aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot/knot.post-install
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-02 16:56:57 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-02 17:48:20 +0200
commit7727450408dbac359441a173e62935b809764c43 (patch)
tree570f974351a70616386b0ea2836e41004dc577f6 /community/knot/knot.post-install
parent57513a61da0b64f7a9502d7a11d4b4dd09ed98f2 (diff)
downloadaports-7727450408dbac359441a173e62935b809764c43.tar.bz2
aports-7727450408dbac359441a173e62935b809764c43.tar.xz
community/knot: improve abuild
Diffstat (limited to 'community/knot/knot.post-install')
-rw-r--r--community/knot/knot.post-install13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/knot/knot.post-install b/community/knot/knot.post-install
index 179e5fc92a..c9cced828f 100644
--- a/community/knot/knot.post-install
+++ b/community/knot/knot.post-install
@@ -1,10 +1,11 @@
#!/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
+cat >&2 <<EOF
+*
+* Before running knot, you must create a knot.conf file.
+* There is an example in the /etc/knot directory.
+* You can rename the example file and make the necessary adjustment.
+*
+EOF
exit 0
-