mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:43:03 +01:00
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Script args:
|
||
|
# $0: full path to script
|
||
|
# $1: full path to top level package dir, no trailing slash
|
||
|
# $2: full path to installed location
|
||
|
# $3: ????? Path to install Volume????
|
||
|
# $4: ?????
|
||
|
exit 0
|