commit c52d2ca0964ffb900348413a7096b17005e7c27f
parent 0c0bd36bf1e28e930230909c9787f515efabb532
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Thu, 15 Aug 2019 16:02:41 +0000
kiss: add post-install log message.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -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."