added first file

This commit is contained in:
DT Netsolution GmbH 2012-03-15 14:22:16 +01:00
commit 3a43dc2418
1 changed files with 14 additions and 0 deletions

14
builder-targets-cb.sh Normal file
View File

@ -0,0 +1,14 @@
##############################################################################
# This optional file "builder-targets-cb.sh" will be called by builder.sh
#
# You can overwrite target functions like
# config, prepare, retrieve, create, package, publish, commit, cleanup
# and define callback functions
# cb_package_makeproductfile
#
##############################################################################
function cleanup() {
echo "Cleanup: output_dir: $output_dir"
builder_cleanup
}