summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-utils/POST_INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/alsa-utils/POST_INSTALL')
-rwxr-xr-xaudio-drivers/alsa-utils/POST_INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/audio-drivers/alsa-utils/POST_INSTALL b/audio-drivers/alsa-utils/POST_INSTALL
new file mode 100755
index 0000000000..4ae2935d21
--- /dev/null
+++ b/audio-drivers/alsa-utils/POST_INSTALL
@@ -0,0 +1,9 @@
+if [ ! -f /etc/asound.state ]; then
+
+ alsactl store
+ echo "Mixer setting saved."
+ echo "You can save the default ALSA mixer levels"
+ echo "at anytime as root by running"
+ echo "# alsactl store"
+
+fi