aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-11-03 11:30:54 +0000
committermerakor <cem@ckyln.com>2021-11-03 11:30:54 +0000
commit9bf3411e3477a062842f3a3fb0758882ee6d53ec (patch)
treeabfe198523b4cb77a673ecffc2081e7f8ae6ed64 /src
parent964d148072130b89bcd648b609b100fa9b762346 (diff)
downloadcpt-9bf3411e3477a062842f3a3fb0758882ee6d53ec.tar.gz
cpt-install: update hooks
FossilOrigin-Name: 70e2570c8b7f9070400ac9a9ddead3a76e1612769b3971d10ea522660e7559fb
Diffstat (limited to 'src')
-rwxr-xr-xsrc/cpt-install2
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" ] && {