From b909419d048f97902c28d46f406db19fb9031679 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 16 Jan 2014 18:47:06 +0159 Subject: dont remove pulseaudio-module-bluetooth (mga#12323) --- perl-install/NEWS | 2 ++ perl-install/pkgs.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index e090914f2..b7841adac 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- dont remove pulseaudio-module-bluetooth (mga#12323) + Version 16.22 - 15 January 2014 - services: 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; -- cgit v1.2.1