misc: nit

This commit is contained in:
Dylan Araps 2021-07-06 22:16:39 +03:00
parent 7f02d9bcad
commit 4931d9762c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1185,7 +1185,7 @@ pkg_remove() {
trap '' INT
if [ -x "$sys_db/$1/pre-remove" ]; then
log "$1" "Running pre-remove script"
log "$1" "Running pre-remove hook"
"$sys_db/$1/pre-remove"
fi