fix: removed dependency to firefox

Improvement: cleanup code
This commit is contained in:
DT Netsolution GmbH 2012-02-06 20:44:17 +01:00
parent 61b08cbe5f
commit 3a878824fc
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -20,6 +20,6 @@
##############################################################################
function cleanup() {
echo "Cleanup: output_dir: $output_dir"
echo "Cleanup"
builder_cleanup
}