Ignore:
Timestamp:
Jun 18, 2011, 11:42:56 PM (13 years ago)
Author:
joergs
Message:

adapted for Citrix XenServer Tools

Location:
opsi/products/xenserver-tools/OPSI
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • opsi/products/xenserver-tools/OPSI/control

    r949 r950  
    11[Package]
    2 version: 1
     2version: 4
    33depends:
    44incremental: False
     
    66[Product]
    77type: localboot
    8 id: opsi-template
    9 name: opsi template product
    10 description: A template for opsi products
    11 advice:
    12 version: 4.0
     8id: xenserver-tools
     9name: Citrix XenServer Client Tools
     10description: Client Tools für den Citrix XenServer
     11advice: reboot required
     12version: 5.6.0
    1313priority: 0
    1414licenseRequired: False
     
    2222userLoginScript:
    2323
    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]
     25xenserver-tools (5.6.0-1) testing; urgency=low
    3226
     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/sh
     1#! /bin/bash
    22#
    3 # postinst script for softprod
    4 # 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.
    55#
    66# The following environment variables can be used to obtain information about the current installation:
  • opsi/products/xenserver-tools/OPSI/preinst

    r949 r950  
    1 #! /bin/sh
     1#! /bin/bash
    22#
    3 # preinst script for softprod
     3# preinst script
    44# This script executes before that package will be unpacked from its archive file.
    55#
Note: See TracChangeset for help on using the changeset viewer.