@page_title@ @context_bar@
Type Tcl Proc Action
@callbacks.type@ @callbacks.proc@ Edit Delete
There are no Tcl callbacks defined for the package.

» Add callback

Help

Here's the list of available callbacks and the parameters they will be called with.

For install, uninstall, and upgrade, the before/after part of the name refers to before or after the database create/upgrade/drop scripts have been run. For mounting and instantiating, well, that should be fairly obvious.

Callback Parameters
before-install
after-install
before-upgrade from_version_name to_version_name
after-upgrade from_version_name to_version_name
before-uninstall
after-instantiate package_id
before-uninstantiate package_id
after-mount package_id node_id
before-unmount package_id node_id