initial commit
This commit is contained in:
50
OPSI/control
Normal file
50
OPSI/control
Normal file
@@ -0,0 +1,50 @@
|
||||
[Package]
|
||||
version: RELEASE
|
||||
depends:
|
||||
incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: softwareok.desktopok
|
||||
name: DesktopOK
|
||||
description: Save and restore the positions of icons.
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup3264.ins
|
||||
uninstallScript: uninstall3264.ins
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
customScript:
|
||||
userLoginScript:
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: install_architecture
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: which architecture (32/64 bit) has to be installed
|
||||
values: ["32 only", "64 only", "both", "system specific"]
|
||||
default: ["system specific"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: install_version
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: which version has to be installed
|
||||
values: ["dynamic", "static"]
|
||||
default: ["dynamic"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: desktop_icon_computer
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: Display My Computer Icon on the Desktop
|
||||
values: ["nc","show", "hide"]
|
||||
default: ["nc"]
|
||||
|
||||
9
OPSI/postinst
Normal file
9
OPSI/postinst
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
# postinst script
|
||||
# This script executes after unpacking files from that archive and registering the product at the depot.
|
||||
#
|
||||
# The following environment variables can be used to obtain information about the current installation:
|
||||
# PRODUCT_ID: id of the current product
|
||||
# CLIENT_DATA_DIR: directory which contains the installed client data
|
||||
#
|
||||
9
OPSI/preinst
Normal file
9
OPSI/preinst
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
# preinst script
|
||||
# This script executes before that package will be unpacked from its archive file.
|
||||
#
|
||||
# The following environment variables can be used to obtain information about the current installation:
|
||||
# PRODUCT_ID: id of the current product
|
||||
# CLIENT_DATA_DIR: directory where client data will be installed
|
||||
#
|
||||
Reference in New Issue
Block a user