mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
docs: update
This commit is contained in:
parent
87c59cb737
commit
c4c9953f66
2
kiss
2
kiss
@ -785,7 +785,7 @@ pkg_conflicts() {
|
|||||||
# Use 'grep' to list matching lines between the to
|
# Use 'grep' to list matching lines between the to
|
||||||
# be installed package's manifest and the above filtered
|
# be installed package's manifest and the above filtered
|
||||||
# list.
|
# list.
|
||||||
if [ "$KISS_CHOICE" ] || [ "$con_total" -le 10 ]; then
|
if [ "$KISS_CHOICE" = 1 ] || [ "$con_total" -le 10 ]; then
|
||||||
"$grep" -Fxf "$cac_dir/$pid-m" -- "$@" |
|
"$grep" -Fxf "$cac_dir/$pid-m" -- "$@" |
|
||||||
|
|
||||||
# This is a novel way of offering an "alternatives" system.
|
# This is a novel way of offering an "alternatives" system.
|
||||||
|
Loading…
Reference in New Issue
Block a user