Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 7979a9606eb8fa6aebdf7d401607c477 > scriptlet

alsa-plugins-pulse-config-1.1.4-1.mga6.noarch.rpm

POSTIN

/bin/sh
# (cg) Check to see if the user has disabled pulse in the old style setup.
if [ -f /etc/alsa/pulse-default.conf ]; then
  if grep "^#DRAKSOUND- " /etc/alsa/pulse-default.conf 2>/dev/null >/dev/null; then
    update-alternatives --set soundprofile /etc/sound/profiles/alsa
  fi
fi