diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7a7ee2b7a..443e3353b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -292,6 +292,7 @@ sub setPackages { $rebuild_needed and pkgs::selectPackagesToUpgrade($o->{packages}, $o->{prefix}); } +sub deselectFoundMedia { '' } sub selectSupplMedia { '' } sub choosePackages { |