This commit is contained in:
Stephan Raabe
2024-05-27 16:15:06 +02:00
parent c375c92d6f
commit 498fd92a12
11 changed files with 151 additions and 57 deletions
-7
View File
@@ -1,12 +1,5 @@
#!/bin/bash
# Remove blueman
if [[ $(_isInstalledPacman "blueman") == 0 ]]; then
sudo pacman --noconfirm -Rns blueman
echo ":: blueman removed"
echo
fi
# Remove Rofi Calc
if [[ $(_isInstalledPacman "rofi-calc") == 0 ]]; then
sudo pacman --noconfirm -Rns rofi-calc