diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-15 16:02:40 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-15 16:02:40 +0000 |
commit | b6484947d4a8859e7f395b3d563b7a05cce001b4 (patch) | |
tree | 8c61d26c7d7003fcf04ac0410cf2f5cff48f79f5 /kiss | |
parent | 953e56661aadd05ad62e3ea52299816f04fbba1e (diff) | |
download | cpt-b6484947d4a8859e7f395b3d563b7a05cce001b4.tar.gz |
kiss: add post-install log message.
FossilOrigin-Name: 911276338cc38b9a3a7533b53df86de359c53e38cccc522b9992bd17df313ffa
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -765,7 +765,7 @@ pkg_install() { # 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" 2>/dev/null ||: + "$KISS_ROOT/$pkg_db/$pkg_name/post-install" ||: } log "[$pkg_name]: Installed successfully." |