Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1a873c28c23835546c772bfa452af3ea > files > 1

canberra-common-0.30-4.mga4.x86_64.rpm


# (cg) Set the driver properly based on the current sound profile
CONFIG="/etc/sound/profiles/current/canberra.conf"
if [ -r $CONFIG ]; then
  . $CONFIG
fi

if [ -n "$CANBERRA_DRIVER" ]; then
  export CANBERRA_DRIVER
fi