diff --git a/OPSI/control b/OPSI/control index 723567e..1c45bec 100644 --- a/OPSI/control +++ b/OPSI/control @@ -30,10 +30,3 @@ description: which architecture (32/64 bit) has to be installed values: ["32 only", "64 only", "both", "system specific"] default: ["system specific"] -[ProductDependency] -action: setup -requiredProduct: firefox -requiredStatus: installed -requirementType: before - - diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 0656bd9..9a3d4a8 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -20,6 +20,6 @@ ############################################################################## function cleanup() { - echo "Cleanup: output_dir: $output_dir" + echo "Cleanup" builder_cleanup }