1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-11-19 13:00:05 -07:00

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

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