aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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"