Commit 9efac390 authored by Michael Shigorin's avatar Michael Shigorin

install2: deduplicate removals

{lib,}bind shouldn't have to be removed twice, really.
parent 77a97594
...@@ -31,8 +31,7 @@ rpmquery -a common-licenses \ ...@@ -31,8 +31,7 @@ rpmquery -a common-licenses \
make make-initrd \ make make-initrd \
| xargs -r rpmi -e --nodeps -- | xargs -r rpmi -e --nodeps --
rpmquery -a bind-utils libbind \ rpmquery -a libisl\* libcloog-isl\* \
libisl\* libcloog-isl\* \
| xargs -r rpmi -e -- | xargs -r rpmi -e --
: :
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment