diff options
Diffstat (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.post-install')
-rw-r--r-- | testing/dnscrypt-proxy/dnscrypt-proxy.post-install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.post-install b/testing/dnscrypt-proxy/dnscrypt-proxy.post-install deleted file mode 100644 index 7e305644ed..0000000000 --- a/testing/dnscrypt-proxy/dnscrypt-proxy.post-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -NORMAL="\033[1;0m" -STRONG="\033[1;1m" -GREEN="\033[1;32m" - -print_strong() { - local prompt="${STRONG}$1 ${GREEN}$2${NORMAL}" - printf "${prompt} %s\n" -} - -print_strong "\nTo configure alternative DNS Resolvers & DNS caching please run:" "\n\n/sbin/setup-dnscrypt\n" -exit 0 - |