forked from kiss-community/kiss
docs: update
This commit is contained in:
parent
6342f187ce
commit
cbb9409120
2
kiss
2
kiss
@ -154,7 +154,7 @@ pkg_remove() {
|
|||||||
pkg_list "$name" || return 1
|
pkg_list "$name" || return 1
|
||||||
|
|
||||||
# Create a backup of 'rm' and 'rmdir' so they aren't
|
# 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 rm)" "$cac_dir"
|
||||||
cp "$(command -v rmdir)" "$cac_dir"
|
cp "$(command -v rmdir)" "$cac_dir"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user