diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-20 12:29:03 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-20 12:34:45 +0100 |
commit | dc3b70dd0ecbb59509fe06119966422e9f7d43f2 (patch) | |
tree | 7ad3046f58506ce8d4bf04f5b0ff44505f078cad /community/cfengine/cfengine.post-install | |
parent | bb28d113ad4d8b23d1bbfdf3af46ec76b1b74182 (diff) | |
download | aports-dc3b70dd0ecbb59509fe06119966422e9f7d43f2.tar.bz2 aports-dc3b70dd0ecbb59509fe06119966422e9f7d43f2.tar.xz |
community/cfengine: fix needed symlinks
The tools seems to require binaries to be available from
/var/lib/cfengine/bin.
https://tracker.mender.io/browse/CFE-2936
we also add a post-install that creates the keys.
Diffstat (limited to 'community/cfengine/cfengine.post-install')
-rw-r--r-- | community/cfengine/cfengine.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/cfengine/cfengine.post-install b/community/cfengine/cfengine.post-install new file mode 100644 index 0000000000..d29ea6f0a7 --- /dev/null +++ b/community/cfengine/cfengine.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +cf-key || true |