kiss: Added message.

This commit is contained in:
Dylan Araps 2019-07-04 17:44:47 +03:00
parent 3de2a70cfa
commit 2821cc1dd8
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -839,6 +839,7 @@ args() {
shift
[ "$1" ] || die "'kiss remove' requires an argument."
root_check
log "Removing packages..."
for pkg; do pkg_remove "$pkg" check; done
;;