aboutsummaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rw-r--r--hooks/tiv_builder.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/hooks/tiv_builder.sh b/hooks/tiv_builder.sh
deleted file mode 100644
index ea16682..0000000
--- a/hooks/tiv_builder.sh
+++ /dev/null
@@ -1,8 +0,0 @@
1orig=$(declare -f preConfigure)
2new_name="preConfigure2 ${orig#preConfigure}"
3eval "$new_name"
4
5preConfigure() {
6 preConfigure2 || true
7}
8