wok-6.x diff mate/receipt @ rev 23862

xvkbd: wget_url that works for cook
author Richard Dunbar <mojo@slitaz.org>
date Fri Jun 19 11:08:54 2020 -0400 (2020-06-19)
parents c47175d00df6
children 73f36875e5a7
line diff
     1.1 --- a/mate/receipt	Sun Feb 26 15:58:33 2017 +0100
     1.2 +++ b/mate/receipt	Fri Jun 19 11:08:54 2020 -0400
     1.3 @@ -38,6 +38,7 @@
     1.4  	root=$1
     1.5  	res=$(cat $root/etc/slim.conf | grep ^session | sed s/"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