Inital checkin

This commit is contained in:
Mario Fetka
2015-08-20 14:46:03 +02:00
commit 7e7e9383ab
12 changed files with 471 additions and 0 deletions

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
#