correct product dependency
This commit is contained in:
parent
2e0b56fd22
commit
04acfb9781
14
OPSI/control
14
OPSI/control
@ -1,6 +1,6 @@
|
||||
[Package]
|
||||
version: RELEASE
|
||||
depends: aio ghostscript
|
||||
depends:
|
||||
incremental: False
|
||||
|
||||
[Product]
|
||||
@ -8,7 +8,7 @@ type: localboot
|
||||
id: edocprintpro
|
||||
name: eDocPrintPro PDF Druckertreiber FREE
|
||||
description: Mit eDocPrintPro koennen Sie PDF Dokumente aus jeder Applikation auf jedem Arbeitsplatz erzeugen.
|
||||
advice:
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
licenseRequired: False
|
||||
@ -30,3 +30,13 @@ 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: ghostscript
|
||||
requiredStatus: installed
|
||||
|
||||
[ProductDependency]
|
||||
action: setup
|
||||
requiredProduct: aio
|
||||
requiredStatus: installed
|
||||
|
||||
|
3
build.sh
3
build.sh
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
PN="edocprintpro"
|
||||
VERSION="3.17.4"
|
||||
RELEASE="1"
|
||||
RELEASE="2"
|
||||
PRIORITY="0"
|
||||
ADVICE="New Relase"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user