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:
parent
0c0bd36bf1
commit
c52d2ca096
2
kiss
2
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."
|
||||
|
Loading…
Reference in New Issue
Block a user