aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-08-26 09:40:15 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-08-26 09:40:15 +0000
commit5182841d50ce900cfdb2a2ae88210d9924111250 (patch)
treefc379b2ac64efe7570ece500acbc4014d2752694 /kiss
parenta25be3cb0688e03573d8a39380ee347a3ce55839 (diff)
downloadcpt-5182841d50ce900cfdb2a2ae88210d9924111250.tar.gz
docs: update
FossilOrigin-Name: 8069f824f82c12832c73d3af2bee06f417b08dd3c218795c78c6240d6ec97a50
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss2
1 files changed, 0 insertions, 2 deletions
diff --git a/kiss b/kiss
index b0cf36f..533c51c 100755
--- a/kiss
+++ b/kiss
@@ -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" ||: