Commit bbf62c9b authored by Mikhail Efremov's avatar Mikhail Efremov

stage2: Don't try to remove alterator-wizardface

This removal can't be done in the oem mode (alterator-wizardface is needed for alterator-setup). But installer can remove this itself since 1.14.4. Thanks antohami@ for suggesting.
parent b98c3ee0
......@@ -2,5 +2,5 @@
. install2-init-functions
list="$(exec_chroot rpmquery -a alterator-wizardface alterator-luks)"
list="$(exec_chroot rpmquery -a alterator-luks)"
[ -z "$list" ] || exec_chroot rpmi -e -- $list
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