aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dnscrypt-proxy/dnscrypt-proxy.pre-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 12:07:35 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 12:07:35 +0000
commited882187b3b2b9115fadd7bcf80eee1fe2036fca (patch)
tree468cc25c9fb720e5ae1dabb177121b03b9426da2 /testing/dnscrypt-proxy/dnscrypt-proxy.pre-install
parent9915aa672f809ab75f1bf0c8091938bddf6fad5c (diff)
downloadaports-ed882187b3b2b9115fadd7bcf80eee1fe2036fca.tar.bz2
aports-ed882187b3b2b9115fadd7bcf80eee1fe2036fca.tar.xz
community/dnscrypt-proxy: moved from testing
Diffstat (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.pre-install')
-rw-r--r--testing/dnscrypt-proxy/dnscrypt-proxy.pre-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.pre-install b/testing/dnscrypt-proxy/dnscrypt-proxy.pre-install
deleted file mode 100644
index 651c01fe26..0000000000
--- a/testing/dnscrypt-proxy/dnscrypt-proxy.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-addgroup -S dnscrypt 2>/dev/null
-adduser -S -D -H -h /var/empty -s /sbin/nologin -G dnscrypt -g dnscrypt dnscrypt 2>/dev/null
-
-exit 0