Hi all,
I need to do a bunch of stuff at package install time like creating group types etc, that will be a royal pain if I have to do it all in pl/pgsqlbut quite easy if I use the tcl api(s).
I don't see a "right" way to do it.
I can do it without modifying the acs core by, say, having a line in my package-init.tcl file that chacks a "has_been_installed" flag, and if not then source the init file and set the flag.
Alternatively if people think it's a good idea I can easily modify the apm_install_package function to source a /packages/pkg_key/tcl/pkg_key-create.tcl after loading the sql data model files.
Any opinions?
PS: The new site is cool - and who says good things don't take time - well now that I think about it.... </implicit sarcasm> congrats all involved :)