wok diff mate/receipt @ rev 21549
Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 07 11:25:44 2019 +0300 (2019-05-07) |
parents | c47175d00df6 |
children | 73f36875e5a7 |
line diff
1.1 --- a/mate/receipt Sun Feb 26 15:58:33 2017 +0100 1.2 +++ b/mate/receipt Tue May 07 11:25:44 2019 +0300 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