wok-6.x diff eggwm/receipt @ rev 19186

Add: The GNU Accounting Utilities.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Jun 04 09:44:45 2016 -0300 (2016-06-04)
parents 59d50f859d0d
children 970c5ec9a60a
line diff
     1.1 --- a/eggwm/receipt	Mon Apr 14 18:33:22 2014 +0200
     1.2 +++ b/eggwm/receipt	Sat Jun 04 09:44:45 2016 -0300
     1.3 @@ -46,7 +46,7 @@
     1.4  post_remove()
     1.5  {
     1.6  	# Remove WM from SLIM available sessions.
     1.7 -	if grep -q $PACKAGE $1/etc/slim.conf; then
     1.8 -		sed -i s/,$PACKAGE// $root/etc/slim.conf
     1.9 +	if grep -q $PACKAGE "$1/etc/slim.conf"; then
    1.10 +		sed -i s/,$PACKAGE// "$1/etc/slim.conf"
    1.11  	fi
    1.12  }