diff options
-rwxr-xr-x | mgaapplet | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -267,9 +267,6 @@ ugtk2::exit(0); sub is_there_a_new_distributions() { # sanity check for cooker/cauldron: return if $product_id->{branch} eq 'Devel'; - # some OEM Philco systems have no specific updates repo - # so we can only blacklist them here directly - return if cat_("/etc/oem-release") =~ /philco/i; my @distros = get_distro_list(); return if !@distros; |