diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-26 09:40:15 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-26 09:40:15 +0000 |
commit | 5182841d50ce900cfdb2a2ae88210d9924111250 (patch) | |
tree | fc379b2ac64efe7570ece500acbc4014d2752694 | |
parent | a25be3cb0688e03573d8a39380ee347a3ce55839 (diff) | |
download | cpt-5182841d50ce900cfdb2a2ae88210d9924111250.tar.gz |
docs: update
FossilOrigin-Name: 8069f824f82c12832c73d3af2bee06f417b08dd3c218795c78c6240d6ec97a50
-rwxr-xr-x | kiss | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -827,8 +827,6 @@ pkg_install() { # we no longer need to block 'Ctrl+C'. trap pkg_clean EXIT INT - # Run the post install script and suppress errors. If it exists, - # it will run, else nothing will happen. [ -x "$KISS_ROOT/$pkg_db/$pkg_name/post-install" ] && { log "[$pkg_name] Running post-install script" "$KISS_ROOT/$pkg_db/$pkg_name/post-install" ||: |