summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-01-16 18:47:06 +0159
committerThomas Backlund <tmb@mageia.org>2014-01-16 18:47:06 +0159
commitb909419d048f97902c28d46f406db19fb9031679 (patch)
tree240daebe9ed881bd767d143771e93be14048fe00 /perl-install/pkgs.pm
parent567c78f5cbc93714154279011be9710499b1e6f6 (diff)
downloaddrakx-b909419d048f97902c28d46f406db19fb9031679.tar
drakx-b909419d048f97902c28d46f406db19fb9031679.tar.gz
drakx-b909419d048f97902c28d46f406db19fb9031679.tar.bz2
drakx-b909419d048f97902c28d46f406db19fb9031679.tar.xz
drakx-b909419d048f97902c28d46f406db19fb9031679.zip
dont remove pulseaudio-module-bluetooth (mga#12323)
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 f2bea7cc8..05fb93d34 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 bluedevil kppp ppp wireless-tools wpa_supplicant kernel-firmware-nonfree radeon-firmware ralink-firmware rtlwifi-firmware ipw2100-firmware ipw2200-firmware iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-agn-ucode);
+ my @wanted_hardware_packages = qw(gnome-bluetooth pulseaudio-module-bluetooth gnome-phone-manager bluedevil kppp ppp wireless-tools wpa_supplicant kernel-firmware-nonfree radeon-firmware ralink-firmware rtlwifi-firmware ipw2100-firmware ipw2200-firmware iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-agn-ucode);
@unused_hardware_packages = difference2(\@unused_hardware_packages, \@wanted_hardware_packages);
@unused_hardware_packages || @unselected_locales or return;