Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > d6f697d3369cf1c5cc1cfd79e9f205ca > files > 2

libcanberra-0.30-7.mga5.src.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