diff options
author | merakor <cem@ckyln.com> | 2021-11-03 11:30:54 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-11-03 11:30:54 +0000 |
commit | 9bf3411e3477a062842f3a3fb0758882ee6d53ec (patch) | |
tree | abfe198523b4cb77a673ecffc2081e7f8ae6ed64 | |
parent | 964d148072130b89bcd648b609b100fa9b762346 (diff) | |
download | cpt-9bf3411e3477a062842f3a3fb0758882ee6d53ec.tar.gz |
cpt-install: update hooks
FossilOrigin-Name: 70e2570c8b7f9070400ac9a9ddead3a76e1612769b3971d10ea522660e7559fb
-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" ] && { |