Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 7fc1d3004a4d7550be20a3c17f579b28 > files > 3

libcanberra-0.30-18.mga9.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