diff options
-rwxr-xr-x | src/cpt-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-install b/src/cpt-install index 07c7491..7b892ae 100755 --- a/src/cpt-install +++ b/src/cpt-install @@ -29,7 +29,7 @@ unset msg # After all the installations are finished, run an end-install hook. There may # be some things that we may want to run, but not per package. -run_hook end-install "" "$CPT_ROOT" root +run_hook end-install "" "$CPT_ROOT" for pkg in $order; do [ -f "$sys_db/$pkg/message" ] && { |