From 1b33cbd2bd60636636dc9eb9aee3acb3524f7ae4 Mon Sep 17 00:00:00 2001
From: Marius Tolzmann <tolzmann@molgen.mpg.de>
Date: Wed, 20 Jul 2011 15:10:44 +0200
Subject: [PATCH] bee-install: remove defect pre-install hook

---
 src/bee-install.sh.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bee-install.sh.in b/src/bee-install.sh.in
index 551738a..b74ec27 100755
--- a/src/bee-install.sh.in
+++ b/src/bee-install.sh.in
@@ -247,8 +247,6 @@ do_install() {
     # create bee-filename
     BEE="$(@BINDIR@/beeversion ${pkg} --format="%F").bee"
 
-    [ "${NOOP}" != "yes" ] && run_hooks pre-install ${pkg}
-
     taraction="-x"
 
     [ "${NOOP}" = "yes" ] && taraction="-t"