kiss: Added post-install hook

This commit is contained in:
Dylan Araps 2020-03-13 11:37:28 +02:00
parent 2136399986
commit 52893958d0
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -1059,6 +1059,8 @@ pkg_install() {
"$sys_db/$pkg_name/post-install" ||:
fi
run_hook post-install "$pkg_name" "$sys_db/$pkg_name"
log "$pkg_name" "Installed successfully"
}