Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > d20de9f02fc60f4c2eae89e9f26b2e3d > scriptlet

alsa-plugins-pulse-config-1.1.9-1.mga7.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