summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/knowledgetree/files/config-hook-2.0.0.sh')
-rw-r--r--www-apps/knowledgetree/files/config-hook-2.0.0.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/www-apps/knowledgetree/files/config-hook-2.0.0.sh b/www-apps/knowledgetree/files/config-hook-2.0.0.sh
deleted file mode 100644
index cd86b6a..0000000
--- a/www-apps/knowledgetree/files/config-hook-2.0.0.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-# Sets installation directory and hostname when installing knowledgeTree
-
-if [ "x$1"=="xinstall" ]; then
- cd ${MY_INSTALLDIR}/config
- sed -i -e "s#default->rootUrl = \"\"#default->rootUrl = \"${VHOST_APPDIR}\"#" environment.php
-fi