From 47352e7ba7134742eca12793c0537ad633967462 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Sep 2012 17:45:09 +0000 Subject: (is_there_a_new_distributions) remove support for Philco OEM system... --- mgaapplet | 3 --- 1 file changed, 3 deletions(-) (limited to 'mgaapplet') 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; -- cgit v1.2.1