Changeset 950 for opsi/products/xenserver-tools/OPSI
- Timestamp:
- Jun 18, 2011, 11:42:56 PM (13 years ago)
- Location:
- opsi/products/xenserver-tools/OPSI
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
opsi/products/xenserver-tools/OPSI/control
r949 r950 1 1 [Package] 2 version: 12 version: 4 3 3 depends: 4 4 incremental: False … … 6 6 [Product] 7 7 type: localboot 8 id: opsi-template9 name: opsi template product10 description: A template for opsi products11 advice: 12 version: 4.08 id: xenserver-tools 9 name: Citrix XenServer Client Tools 10 description: Client Tools für den Citrix XenServer 11 advice: reboot required 12 version: 5.6.0 13 13 priority: 0 14 14 licenseRequired: False … … 22 22 userLoginScript: 23 23 24 [ProductProperty] 25 type: unicode 26 name: install_architecture 27 multivalue: False 28 editable: False 29 description: which architecture (32/64 bit) has to be installed 30 values: ["32 only", "64 only", "both", "system specific"] 31 default: ["system specific"] 24 [Changelog] 25 xenserver-tools (5.6.0-1) testing; urgency=low 32 26 27 * Initial package 28 29 -- Jörg Steffens <packager@dass-it.de> Sat, 18 Jun 2011 21:19:43 +0000 30 31 32 33 -
opsi/products/xenserver-tools/OPSI/postinst
r949 r950 1 #! /bin/ sh1 #! /bin/bash 2 2 # 3 # postinst script for softprod4 # This script executes after unpacking files from that archive and registering the product at the server.3 # postinst script 4 # This script executes after unpacking files from that archive and registering the product at the depot. 5 5 # 6 6 # The following environment variables can be used to obtain information about the current installation: -
opsi/products/xenserver-tools/OPSI/preinst
r949 r950 1 #! /bin/ sh1 #! /bin/bash 2 2 # 3 # preinst script for softprod3 # preinst script 4 4 # This script executes before that package will be unpacked from its archive file. 5 5 #
Note:
See TracChangeset
for help on using the changeset viewer.