From 9bf3411e3477a062842f3a3fb0758882ee6d53ec Mon Sep 17 00:00:00 2001 From: merakor Date: Wed, 3 Nov 2021 11:30:54 +0000 Subject: cpt-install: update hooks FossilOrigin-Name: 70e2570c8b7f9070400ac9a9ddead3a76e1612769b3971d10ea522660e7559fb --- src/cpt-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" ] && { -- cgit v1.2.3