wok-6.x diff cplay/receipt @ rev 17939
partimage: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 15 09:53:08 2015 +0200 (2015-04-15) |
parents | 60d3db644e56 |
children | 6fab3264ba87 |
line diff
1.1 --- a/cplay/receipt Thu Nov 27 12:43:05 2014 +0100 1.2 +++ b/cplay/receipt Wed Apr 15 09:53:08 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