kiss: add post-install log message.

This commit is contained in:
Dylan Araps 2019-08-15 16:02:41 +00:00
parent 0c0bd36bf1
commit c52d2ca096
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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."