Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 239338a7528fc7fb42805f6559c41273 > scriptlet

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