Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > fd39b93dc61730babd866122970887d1 > scriptlet

alsa-plugins-pulse-config-1.0.26-4.mga3.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