Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > c579c1a3a1e29e33d84fcc3ccd483536 > scriptlet

alsa-plugins-pulse-config-1.0.23-2mdv2010.1.x86_64.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