wok diff compiz/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents 7aee71cc8a7e
children cdbaf97bfe46
line diff
     1.1 --- a/compiz/receipt	Thu Oct 27 16:11:49 2016 +0200
     1.2 +++ b/compiz/receipt	Sat Aug 10 20:59:16 2019 +0100
     1.3 @@ -30,6 +30,7 @@
     1.4  	res=$(cat $root/etc/slim.conf | grep ^session | sed s/"sessions. *"//)
     1.5  	# Adding WM to SLIM available sessions.
     1.6  	if ! echo "$res" | grep -q $PACKAGE; then
     1.7 +		echo
     1.8  		echo -n "Adding $PACKAGE to /etc/slim.conf..."
     1.9  		sed -i "s/^sessions.*/sessions            ${res},$PACKAGE/" $root/etc/slim.conf
    1.10  		status