diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-05-18 20:14:46 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-05-18 20:14:46 +0000 |
commit | 5c0b6729e017f0f58b014d45dbd483f56501c756 (patch) | |
tree | 9b84d9d821578767bec43433b51b750d4c0022c9 /perl-install | |
parent | c33feb9c53c23901249270216faf6fa0eedf0302 (diff) | |
download | drakx-backup-do-not-use-5c0b6729e017f0f58b014d45dbd483f56501c756.tar drakx-backup-do-not-use-5c0b6729e017f0f58b014d45dbd483f56501c756.tar.gz drakx-backup-do-not-use-5c0b6729e017f0f58b014d45dbd483f56501c756.tar.bz2 drakx-backup-do-not-use-5c0b6729e017f0f58b014d45dbd483f56501c756.tar.xz drakx-backup-do-not-use-5c0b6729e017f0f58b014d45dbd483f56501c756.zip |
- remove_unused_packages()
kbluetooth is replaced by bluedevil, (#10082)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/pkgs.pm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 24693a863..691293471 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- remove_unused_packages() + kbluetooth is replaced by bluedevil, (#10082) + Version 15.54 - 17 May 2013 - fix offering to install shorewall & shorewall-ipv6 when already installed 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; |