wok-next diff cplay/receipt @ rev 19159

/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 26 20:16:45 2016 +0300 (2016-05-26)
parents dfef8de3d270
children 42e0165c64b9
line diff
     1.1 --- a/cplay/receipt	Fri Jan 30 10:17:37 2015 +0100
     1.2 +++ b/cplay/receipt	Thu May 26 20:16:45 2016 +0300
     1.3 @@ -37,9 +37,8 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	echo "Processing post-install commands..."
     1.8 -	echo -n "Modprobing snd-pcm-oss for legacy volume controls..."
     1.9 +	newline
    1.10 +	action 'Modprobing snd-pcm-oss for legacy volume controls...'
    1.11  	[ "$1" ] || modprobe snd-pcm-oss
    1.12  	status
    1.13  }
    1.14 -