Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -N -r1.108.2.23 -r1.108.2.24 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 27 Aug 2014 20:30:11 -0000 1.108.2.23 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 28 Aug 2014 20:04:42 -0000 1.108.2.24 @@ -1128,7 +1128,7 @@ } { Deinstall a package from the system. Will unmount and uninstantiate - package instances, invoke any before-unstall callback, source any + package instances, invoke any before-uninstall callback, source any provided sql drop scripts, remove message keys, and delete the package from the APM tables. @@ -1147,7 +1147,7 @@ set url [site_node::get_url -node_id $node_id] apm_callback_and_log $callback "Unmounting package instance at url $url
" site_node::unmount -node_id $node_id - } + } # Delete the package instances with Tcl API that invokes # before-uninstantiate callbacks @@ -1180,7 +1180,7 @@ # Source SQL drop scripts if {$sql_drop_scripts ne ""} { - + apm_callback_and_log $callback "Now executing drop scripts.