diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 9a3d4a8..f3babbb 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -23,3 +23,9 @@ function cleanup() { echo "Cleanup" builder_cleanup } + +function create() { + echo "Create" + builder_create + rm -rf $INST_DIR/CLIENT_DATA/X86/src +} \ No newline at end of file