From ab38ae62f2bda511fdf08966c96a4ed08b4490bc Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 25 Jun 2011 14:46:03 +0200 Subject: [PATCH] correct package requriement --- OPSI/control | 3 +++ build.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/OPSI/control b/OPSI/control index ef65264..b47b1aa 100644 --- a/OPSI/control +++ b/OPSI/control @@ -34,9 +34,12 @@ default: ["system specific"] action: setup requiredProduct: ghostscript requiredStatus: installed +requirementType: before + [ProductDependency] action: setup requiredProduct: aio requiredStatus: installed +requirementType: before diff --git a/build.sh b/build.sh index 840cd07..402e0ef 100644 --- a/build.sh +++ b/build.sh @@ -1,9 +1,9 @@ #!/bin/sh PN="edocprintpro" VERSION="3.17.4" -RELEASE="2" +RELEASE="3" PRIORITY="0" -ADVICE="New Release" +ADVICE="" TYPE="public" # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) ICON="http://www.pdfprinter.at/fileadmin/images/Product_Logos/eDocPrintPro-Logo-150.png"