commit 4e897915a4fe575fa4890174b10a9e2206ef56f6
parent c7cadc583906cb97d4abf2561c3e718476de48c7
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Mon, 26 Aug 2019 09:40:15 +0000
docs: update
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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" ||: