docs: update

This commit is contained in:
Dylan Araps 2019-06-16 19:59:21 +03:00
parent 6342f187ce
commit cbb9409120
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -154,7 +154,7 @@ pkg_remove() {
pkg_list "$name" || return 1
# Create a backup of 'rm' and 'rmdir' so they aren't
# removed during package installation.
# removed during package removal.
cp "$(command -v rm)" "$cac_dir"
cp "$(command -v rmdir)" "$cac_dir"