summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-05-18 20:14:46 +0000
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-14 13:58:10 +0100
commitd1f8c88268e13bc4b7ccf8bdb20c2534be648af5 (patch)
tree558a11490c5a9323b55523a3e58e5c5fa46daf3e
parenta8636c113c9927f52ea3560f67b3bb00c0fedca6 (diff)
downloaddrakx-d1f8c88268e13bc4b7ccf8bdb20c2534be648af5.tar
drakx-d1f8c88268e13bc4b7ccf8bdb20c2534be648af5.tar.gz
drakx-d1f8c88268e13bc4b7ccf8bdb20c2534be648af5.tar.bz2
drakx-d1f8c88268e13bc4b7ccf8bdb20c2534be648af5.tar.xz
drakx-d1f8c88268e13bc4b7ccf8bdb20c2534be648af5.zip
- remove_unused_packages()
kbluetooth is replaced by bluedevil, (#10082)
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/pkgs.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index d7358e0ce..0896d6d7a 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,4 +1,6 @@
- ensure files are installed for nfs (mga#10301)
+- remove_unused_packages()
+ kbluetooth is replaced by bluedevil, (#10082)
Version 15.54.1 - 13 June 2013
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index a93fbed50..34a72bcf4 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -259,7 +259,7 @@ sub remove_unused_packages {
undef $wait;
# Packages to not remove even if they seem unused
- my @wanted_hardware_packages = qw(gnome-bluetooth gnome-phone-manager kbluetooth kppp ppp wireless-tools wpa_supplicant);
+ my @wanted_hardware_packages = qw(gnome-bluetooth gnome-phone-manager bluedevil kppp ppp wireless-tools wpa_supplicant);
@unused_hardware_packages = difference2(\@unused_hardware_packages, \@wanted_hardware_packages);
@unused_hardware_packages || @unselected_locales or return;