Commit 82748e1c authored by Mikhail Efremov's avatar Mikhail Efremov

postinstall: Remove alterator-wizardface and alterator-luks

Apparently alterator-wizardface is not needed in the installed system and alterator-luks doesn't work (see ALT bug #37785).
parent e3b47556
#!/bin/sh -fu
. install2-init-functions
list="$(exec_chroot rpmquery -a alterator-wizardface 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