wok-next diff gpm/receipt @ rev 15658

gpm, cups: do not start daemon while cooking
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 12 07:33:28 2013 +0000 (2013-12-12)
parents 380ffe05937a
children ed3853c1fdf0
line diff
     1.1 --- a/gpm/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gpm/receipt	Thu Dec 12 07:33:28 2013 +0000
     1.3 @@ -50,5 +50,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	[ -n "$1" ] || /etc/init.d/gpm start
     1.8 +	[ -n "$1" -o "$TEXTDOMAIN" == "cook" ] || /etc/init.d/gpm start
     1.9  }