mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
10 lines
211 B
Bash
10 lines
211 B
Bash
#!/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
|