summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgaapplet3
1 files changed, 0 insertions, 3 deletions
diff --git a/mgaapplet b/mgaapplet
index b6717b17..5727c4a9 100755
--- a/mgaapplet
+++ b/mgaapplet
@@ -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;