forked from josch/mmdebstrap
remove no-op if statement
This commit is contained in:
parent
1e7e002eb1
commit
b2ea7b230f
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue