Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > ffd6f73a893d5c84ba8a3b866115ec98 > files > 1

canberra-common-0.30-12.mga7.armv7hl.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