post_install() { cat << MES >>> Make sure to install pulseaudio-alsa to configure ALSA for PulseAudio. >>> You might want to blacklist the "snd-pcm-oss" module in /etc/rc.conf to keep ALSA's OSS emulation from interfering with ALSA or PulseAudio. MES } post_upgrade() { # Delete old users and groups # System-wide daemon not supported anymore getent passwd pulse &>/dev/null && usr/sbin/userdel -f pulse getent group pulse-access &>/dev/null && usr/sbin/groupdel pulse-access getent group pulse-rt &>/dev/null && usr/sbin/groupdel pulse-rt getent group pulse &>/dev/null && usr/sbin/groupdel pulse true } # vim:set ts=2 sw=2 et: