correct product dependency
This commit is contained in:
parent
2e0b56fd22
commit
04acfb9781
14
OPSI/control
14
OPSI/control
@ -1,6 +1,6 @@
|
|||||||
[Package]
|
[Package]
|
||||||
version: RELEASE
|
version: RELEASE
|
||||||
depends: aio ghostscript
|
depends:
|
||||||
incremental: False
|
incremental: False
|
||||||
|
|
||||||
[Product]
|
[Product]
|
||||||
@ -8,7 +8,7 @@ type: localboot
|
|||||||
id: edocprintpro
|
id: edocprintpro
|
||||||
name: eDocPrintPro PDF Druckertreiber FREE
|
name: eDocPrintPro PDF Druckertreiber FREE
|
||||||
description: Mit eDocPrintPro koennen Sie PDF Dokumente aus jeder Applikation auf jedem Arbeitsplatz erzeugen.
|
description: Mit eDocPrintPro koennen Sie PDF Dokumente aus jeder Applikation auf jedem Arbeitsplatz erzeugen.
|
||||||
advice:
|
advice: ADVICE
|
||||||
version: VERSION
|
version: VERSION
|
||||||
priority: PRIORITY
|
priority: PRIORITY
|
||||||
licenseRequired: False
|
licenseRequired: False
|
||||||
@ -30,3 +30,13 @@ description: which architecture (32/64 bit) has to be installed
|
|||||||
values: ["32 only", "64 only", "both", "system specific"]
|
values: ["32 only", "64 only", "both", "system specific"]
|
||||||
default: ["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
|
#!/bin/sh
|
||||||
PN="edocprintpro"
|
PN="edocprintpro"
|
||||||
VERSION="3.17.4"
|
VERSION="3.17.4"
|
||||||
RELEASE="1"
|
RELEASE="2"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
|
ADVICE="New Relase"
|
||||||
TYPE="public"
|
TYPE="public"
|
||||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
# 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"
|
ICON="http://www.pdfprinter.at/fileadmin/images/Product_Logos/eDocPrintPro-Logo-150.png"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user