summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/install.sh b/install.sh
deleted file mode 100755
index ddb90781ece4..000000000000
--- a/install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env sh
-
-post_install() {
- echo "! decK collects anonymized analytics by default"
- echo "! It can be disabled by setting the environment variable DECK_ANALYTICS to off"
- echo "! For more information, see https://docs.konghq.com/deck/commands/"
- echo "! https://github.com/Kong/deck/issues/136"
-}
-
-post_upgrade() {
- post_install
-}