7 lines
155 B
Bash
7 lines
155 B
Bash
echo "Remove old PulseAudio volume control GUI"
|
|
|
|
if omarchy-pkg-present pavucontrol; then
|
|
omarchy-pkg-drop pavucontrol
|
|
omarchy-refresh-applications
|
|
fi
|