diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cpt-lib.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpt-lib.in b/src/cpt-lib.in index b91a5a3..0d418e6 100644 --- a/src/cpt-lib.in +++ b/src/cpt-lib.in @@ -1320,8 +1320,6 @@ pkg_conflicts() { # information multiple times. Storing it in the cache dir allows us # to be lazy as they'll be automatically removed on script end. sed '/\/$/d' "$@" | sort "$CPT_TMPDIR/$pid/manifest" - | uniq -d > "$CPT_TMPDIR/$pid/conflict" ||: - "$grep" -Fxf "$CPT_TMPDIR/$pid/manifest" -- "$@" > "$CPT_TMPDIR/$pid/conflict" ||: - # Enable alternatives automatically if it is safe to do so. # This checks to see that the package that is about to be installed |