remove no-op if statement

pull/1/head
parent 1e7e002eb1
commit b2ea7b230f
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -2628,10 +2628,6 @@ sub run_install() {
any { $_ eq $options->{mode} }
('root', 'unshare', 'fakechroot', 'proot')
) {
# run essential hooks
if ($options->{variant} ne 'custom') {
}
if ($options->{variant} ne 'custom'
and scalar @{$pkgs_to_install} > 0) {
# some packages have to be installed from the outside before

Loading…
Cancel
Save