aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dnscrypt-proxy/dnscrypt-proxy.post-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2014-06-30 09:06:45 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2014-06-30 09:06:51 +0000
commit7a7d2ea42d92ed9cc0bafd1ddcc00153a9ed6954 (patch)
tree1a69076f2b418c4d9dbf7812c319831f4ed68706 /testing/dnscrypt-proxy/dnscrypt-proxy.post-install
parent924ee3e40ec7e80bb641ad99ac275ae00ee16b11 (diff)
downloadaports-7a7d2ea42d92ed9cc0bafd1ddcc00153a9ed6954.tar.bz2
aports-7a7d2ea42d92ed9cc0bafd1ddcc00153a9ed6954.tar.xz
testing/dnscrypt-proxy: review of setup script. Substituded html with csv, minor improvements.
Diffstat (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.post-install')
-rw-r--r--testing/dnscrypt-proxy/dnscrypt-proxy.post-install14
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
-