summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-05-18 20:14:46 +0000
committerThomas Backlund <tmb@mageia.org>2013-05-18 20:14:46 +0000
commit9194c9a5fc9c7efee278817cd9a741e3ba91ce23 (patch)
tree9b84d9d821578767bec43433b51b750d4c0022c9 /perl-install/pkgs.pm
parent4f9d20b9a273429703a27616dcb8de8c7bb73026 (diff)
downloaddrakx-9194c9a5fc9c7efee278817cd9a741e3ba91ce23.tar
drakx-9194c9a5fc9c7efee278817cd9a741e3ba91ce23.tar.gz
drakx-9194c9a5fc9c7efee278817cd9a741e3ba91ce23.tar.bz2
drakx-9194c9a5fc9c7efee278817cd9a741e3ba91ce23.tar.xz
drakx-9194c9a5fc9c7efee278817cd9a741e3ba91ce23.zip
- remove_unused_packages()
kbluetooth is replaced by bluedevil, (#10082)
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
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;