wok-next diff cplay/receipt @ rev 18424

rtaudio: rece condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 21 11:30:33 2015 +0200 (2015-09-21)
parents 60d3db644e56
children 6fab3264ba87
line diff
     1.1 --- a/cplay/receipt	Thu Nov 27 12:43:05 2014 +0100
     1.2 +++ b/cplay/receipt	Mon Sep 21 11:30:33 2015 +0200
     1.3 @@ -39,7 +39,7 @@
     1.4  {
     1.5  	echo "Processing post-install commands..."
     1.6  	echo -n "Modprobing snd-pcm-oss for legacy volume controls..."
     1.7 -	modprobe snd-pcm-oss
     1.8 +	[ "$1" ] || modprobe snd-pcm-oss
     1.9  	status
    1.10  }
    1.11