summaryrefslogtreecommitdiff
path: root/dnscrypt-wrapper.install
diff options
context:
space:
mode:
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
+}