pkg_remove: Add force option

This commit is contained in:
Dylan Araps 2019-08-31 16:01:17 +03:00
parent ee6686679f
commit 1da095761e
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1043,7 +1043,7 @@ args() {
pkg_list "$pkg" >/dev/null ||
die "[$pkg] Not installed"
pkg_remove "$pkg" check
pkg_remove "$pkg" "${KISS_FORCE:-check}"
done
;;