# (at your option) any later version.
#
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
+sbindir=@sbindir@
version=@VERSION@
# Check for GNU/Linux distributions
echo Loading driver...
$rcalsasound start
echo Setting default volumes...
- if [ -x /usr/bin/set_default_volume ]; then
- /usr/bin/set_default_volume -f
+ if [ -x $bindir/set_default_volume ]; then
+ $bindir/set_default_volume -f
else
set_mixers
fi
fi
if [ ! -r /etc/asound.state ]; then
echo "Saving the mixer setup used for this in /etc/asound.state."
- /usr/sbin/alsactl store
+ $sbindir/alsactl store
fi
cat <<END
===============================================================================