wok diff wine/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 075e84feaec3
children 7184ec55b1aa
line diff
     1.1 --- a/wine/receipt	Mon Apr 28 13:55:14 2014 +0000
     1.2 +++ b/wine/receipt	Wed Apr 15 09:53:08 2015 +0200
     1.3 @@ -36,5 +36,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	modprobe snd-seq 2>/dev/null
     1.8 +	[ "$1" ] || modprobe snd-seq 2>/dev/null
     1.9  }