10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
|
#! /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
|
||
|
#
|