summary refs log tree commit diff stats
path: root/install.sh.template
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh.template')
-rw-r--r--install.sh.template9
1 files changed, 0 insertions, 9 deletions
diff --git a/install.sh.template b/install.sh.template
deleted file mode 100644
index 1292abdab..000000000
--- a/install.sh.template
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-set -x
-
-if [ "$1" != "" ]; then
-	exec ./koch install "$1"
-else
-	exec ./koch install
-fi