diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-07 17:45:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-07 17:45:09 +0000 |
commit | 47352e7ba7134742eca12793c0537ad633967462 (patch) | |
tree | f44c4ff022bd7bc4dafa94fef0c526c8db3715ad | |
parent | 62d0fe4cba28eeb031b287baacbde62de61ddff6 (diff) | |
download | mgaonline-47352e7ba7134742eca12793c0537ad633967462.tar mgaonline-47352e7ba7134742eca12793c0537ad633967462.tar.gz mgaonline-47352e7ba7134742eca12793c0537ad633967462.tar.bz2 mgaonline-47352e7ba7134742eca12793c0537ad633967462.tar.xz mgaonline-47352e7ba7134742eca12793c0537ad633967462.zip |
(is_there_a_new_distributions) remove support for Philco OEM system...
-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; |