summaryrefslogtreecommitdiff
path: root/dnscrypt-wrapper.install
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-10 18:11:57 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-10 18:11:57 -0700
commit25216cf2203cb86f6aabf0d89d662c8b30457aba (patch)
tree7830c025ddba397850c6ed1f2bdf7c878d01a1b4 /dnscrypt-wrapper.install
downloaddnscrypt-wrapper-25216cf2203cb86f6aabf0d89d662c8b30457aba.tar.xz
Initial commit
Diffstat (limited to 'dnscrypt-wrapper.install')
-rw-r--r--dnscrypt-wrapper.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/dnscrypt-wrapper.install b/dnscrypt-wrapper.install
new file mode 100644
index 0000000..67c49b2
--- /dev/null
+++ b/dnscrypt-wrapper.install
@@ -0,0 +1,5 @@
+post_install() {
+ mkdir -p /etc/dnscrypt-wrapper
+ chmod dnscrypt-wrapper:dnscrypt-wrapper /etc/dnscrypt-wrapper
+ chown -R dnscrypt-wrapper:dnscrypt-wrapper /etc/dnscrypt-wrapper
+}