inital commit based on uib package

This commit is contained in:
Mario Fetka
2013-02-24 14:57:24 +01:00
commit 5c40ab647c
12 changed files with 434 additions and 0 deletions

2
OPSI/changelog.txt Normal file
View File

@@ -0,0 +1,2 @@
Don't add cahngelog entries here!
It get autogenerated by the opsi-builder.sh

76
OPSI/control Normal file
View File

@@ -0,0 +1,76 @@
[Package]
version: RELEASE
depends:
incremental: False
[Product]
type: localboot
id: gpg4win.gpg4win
name: gpg4win.gpg4win
description: gnupg windows helper
advice: ADVICE
version: VERSION
priority: PRIORITY
licenseRequired: False
productClasses:
setupScript: setup32.ins
uninstallScript: uninstall32.ins
updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:
[Changelog]
gpg4win (2.1.0-5) stable; urgency=low
* del qdbus.exe before uninstall
* add qdbus.exe to processes to kill
* retry killing of processes after timeout while Au_.exe is running
-- detlef oertel <d.oertel@uib.de> Wed, 20 Sep 2012 16:01:53 +0200
gpg4win (2.1.0-4) stable; urgency=low
* add dirmngr.exe to processes to kill
* add kleopatra.exe to processes to kill
* add process list for debugging purpose
-- detlef oertel <d.oertel@uib.de> Wed, 19 Sep 2012 16:01:53 +0200
gpg4win (2.1.0-3) stable; urgency=low
* fix uninstall.ins
* kill running processes on deinstall
-- detlef oertel <d.oertel@uib.de> Mon, 10 Sep 2012 16:01:53 +0200
gpg4win (2.1.0-2) stable; urgency=low
* fix uninstall.ins
* kill running processes on deinstall
-- detlef oertel <d.oertel@uib.de> Mon, 27 Aug 2012 16:01:53 +0200
gpg4win (2.1.0-1) stable; urgency=low
* initial
-- detlef oertel <d.oertel@uib.de> Fri, 03 Aug 2012 16:01:53 +0200

9
OPSI/postinst Normal file
View File

@@ -0,0 +1,9 @@
#! /bin/sh
#
# postinst script for softprod
# This script executes after unpacking files from that archive and registering the product at the server.
#
# 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
View File

@@ -0,0 +1,9 @@
#! /bin/sh
#
# preinst script for softprod
# 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
#