wok diff cups/receipt @ rev 15701

Up: spacefm (0.9.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 15:11:37 2013 +0100 (2013-12-22)
parents 8a5d0d5c5453
children 6fe50f4887f2
line diff
     1.1 --- a/cups/receipt	Thu Dec 12 07:33:28 2013 +0000
     1.2 +++ b/cups/receipt	Sun Dec 22 15:11:37 2013 +0100
     1.3 @@ -81,7 +81,7 @@
     1.4  {
     1.5  	local root
     1.6  	root=$1
     1.7 -	if [ -z "$root" -a "$TEXTDOMAIN" != "cook" ]; then
     1.8 +	if [ -z "$root" -a ! -s /aufs-umount.sh ]; then
     1.9  		/etc/init.d/cupsd start || continue
    1.10  	fi
    1.11  	if ! grep -q ^CUPSD_OPTIONS $root/etc/daemons.conf; then