10 lines
		
	
	
		
			343 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			343 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #! /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
 | |
| #
 |