|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../tpgtools/tpgtools.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -20,7 +20,7 @@ hook_add postmake 5 'tpgtools_install' |
|
|
|
|
|
|
|
tpgtools_install() { |
|
|
|
|
|
|
|
for x in drop-create-fk.sh makesmaller.sh pg_backup.sh pg_vacuum.sh; do |
|
|
|
for x in drop-create-fk.sh pg_backup.sh pg_vacuum.sh; do |
|
|
|
cp -vf $x $bindir |
|
|
|
chmod +x $bindir/$x |
|
|
|
done |
|
|
|