summaryrefslogtreecommitdiffstats
path: root/packaging/deb/trusty/debuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/deb/trusty/debuild.sh')
-rwxr-xr-xpackaging/deb/trusty/debuild.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/packaging/deb/trusty/debuild.sh b/packaging/deb/trusty/debuild.sh
deleted file mode 100755
index 84c38ae30..000000000
--- a/packaging/deb/trusty/debuild.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -xe
-DIR=$(dirname $0)
-DIR=$(readlink -f ${DIR})
-
-BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/debian honeycomb.conf /etc/init/)
-${DIR}/../common/debuild.sh ${BUILD_FOLDER} \ No newline at end of file