From cbb94091203b469c56f45a91f26a9ef895ab6bbc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 16 Jun 2019 19:59:21 +0300 Subject: [PATCH] docs: update --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index d00c0b5..802589d 100755 --- a/kiss +++ b/kiss @@ -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"