Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > a922c2ed2146da9900484ca2eeaed644 > scriptlet

alsa-plugins-pulse-config-1.0.28-6.mga5.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