wok diff lxpanel/receipt @ rev 19002

Add: Private and Safe mode desktop shortcut.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 24 02:43:37 2016 -0300 (2016-03-24)
parents 49be2e5503d0
children c45818baba4b
line diff
     1.1 --- a/lxpanel/receipt	Fri Jan 15 16:27:43 2016 +0100
     1.2 +++ b/lxpanel/receipt	Thu Mar 24 02:43:37 2016 -0300
     1.3 @@ -80,7 +80,5 @@
     1.4  post_install()
     1.5  {
     1.6  	# clean LXPanel menu caches
     1.7 -	for i in $1/home/*/.cache/menus; do
     1.8 -		[ -d "$i" ] && rm $i/*
     1.9 -	done
    1.10 +	chroot "$1/" rm home/*/.cache/menus/* 2> /dev/null
    1.11  }