Remove PulseAudio code entirely.
parent
f499e09e43
commit
92607772de
|
@ -248,15 +248,6 @@ if [ $PROFILE_IBUS -gt 0 ]; then
|
|||
fi
|
||||
section_end
|
||||
|
||||
# pulseaudio
|
||||
section "pulseaudio"
|
||||
if has_binary pulseaudio && pulseaudio --check; then
|
||||
log "PulseAudio is active."
|
||||
else
|
||||
log "PulseAudio is inactive."
|
||||
fi
|
||||
section_end
|
||||
|
||||
# SSH agent
|
||||
section "ssh-agent"
|
||||
if [ $PROFILE_SSH_AGENT -gt 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue