diff --git a/OPSI/control b/OPSI/control index 881b077..e64fd25 100644 --- a/OPSI/control +++ b/OPSI/control @@ -33,4 +33,5 @@ default: ["system specific"] [ProductDependency] action: setup requiredProduct: firefox -requiredStatus: installed \ No newline at end of file +requiredStatus: installed +requirementType: before diff --git a/build.sh b/build.sh index d8dfba0..2243015 100644 --- a/build.sh +++ b/build.sh @@ -3,9 +3,9 @@ PN="aio" VERSIONX86="1.6.4" VERSIONAMD64="1.2.6" VERSION="$VERSIONX86.$VERSIONAMD64" -RELEASE="2" +RELEASE="3" PRIORITY="0" -ADVICE="New Release" +ADVICE="Version Nr. x86 $VERSIONX86 amd64 $VERSIONAMD64" TYPE="public" # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) ICON="http://pics.computerbase.de/1/1713.png"