From 376c120f8b3917d53665dc3963d86f41820faa1e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 6 Nov 2011 23:46:42 +0100 Subject: [PATCH] sound: remove obsolete /etc/asound.state --- postplug.d/35sound | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postplug.d/35sound b/postplug.d/35sound index e34a4f8..4100835 100644 --- a/postplug.d/35sound +++ b/postplug.d/35sound @@ -21,6 +21,8 @@ me="sound" SYSCONFIG_SOUNDCARDS=/etc/sysconfig/soundcards +[ -e /etc/asound.state ] && rm -f /etc/asound.state + # set default mixer volumes function set_mixers() { [ -x /usr/bin/amixer ] || return