Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > fb9e64e4807b447f01f18ff3d351f8ed > scriptlet

alsa-plugins-pulse-config-1.2.2-2.mga8.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