From 3a878824fc7439a46f2ccf2b5c1146c866d035b2 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 20:44:17 +0100 Subject: [PATCH] fix: removed dependency to firefox Improvement: cleanup code --- OPSI/control | 7 ------- builder-targets-cb.sh | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) 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 }