1
0
mirror of https://github.com/elisspace/ArchMatic.git synced 2026-08-29 15:33:47 +00:00

Deleted deprecated bluetooth-libs package

This commit is contained in:
Eli
2022-01-31 12:12:41 +07:00
committed by GitHub
parent ae73c1ded9
commit a6e2d07f6d

View File

@@ -17,11 +17,6 @@ PKGS=(
'bluez-firmware' # Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips
'blueberry' # Bluetooth configuration tool
'pulseaudio-bluetooth' # Bluetooth support for PulseAudio
# Deprecated ibraries for the bluetooth protocol stack.
# I believe the blues package above is all that is necessary now,
# but I havn't tested this out, so for now I install this too.
'bluez-libs'
)
for PKG in "${PKGS[@]}"; do
@@ -31,4 +26,4 @@ done
echo
echo "Done!"
echo
echo