35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
@comment $FreeBSD$
|
|
bin/fb_inet_server
|
|
bin/fb_lock_mgr
|
|
bin/fb_lock_print
|
|
bin/gbak
|
|
bin/gdef
|
|
bin/gds_drop
|
|
bin/gfix
|
|
bin/gsec
|
|
bin/gstat
|
|
bin/nbackup
|
|
libexec/firebird/intl/fbintl
|
|
libexec/firebird/intl/fbintl.conf
|
|
libexec/firebird/udf/fbudf.so
|
|
libexec/firebird/udf/fbudf.sql
|
|
libexec/firebird/udf/ib_udf.so
|
|
libexec/firebird/udf/ib_udf2.sql
|
|
@unexec (cmp -s %D/%%CONFDIR%%/aliases.conf %D/%%CONFDIR%%/aliases.conf.sample && rm -f %D/%%CONFDIR%%/aliases.conf) || true
|
|
%%CONFDIR%%/aliases.conf.sample
|
|
@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf
|
|
@dirrmtry %%CONFDIR%%
|
|
@dirrm libexec/firebird/intl
|
|
@dirrm libexec/firebird/udf
|
|
@dirrm libexec/firebird
|
|
@cwd /
|
|
@unexec (cmp -s %D/%%LOCALSTATEDIR%%/security2.fdb %D/%%LOCALSTATEDIR%%/security2.fdb.sample && rm -f %D/%%LOCALSTATEDIR%%/security2.fdb) || true
|
|
%%LOCALSTATEDIR%%/security2.fdb.sample
|
|
@exec [ -f %D/%%LOCALSTATEDIR%%/security2.fdb ] || cp %D/%F %D/%%LOCALSTATEDIR%%/security2.fdb
|
|
%%LOCALSTATEDIR%%/help/help.fdb
|
|
@unexec [ -s %D/%%LOCALSTATEDIR%%/firebird.log ] || rm -f %D/%%LOCALSTATEDIR%%/firebird.log
|
|
@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_event1.`hostname`
|
|
@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_init1.`hostname`
|
|
@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_lock1.`hostname`
|
|
@dirrm %%LOCALSTATEDIR%%/help
|
|
@dirrmtry %%LOCALSTATEDIR%%
|