wok rev 19427

lxpanel: roll back last change, it prevents to cook lxpanel-based packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 01 09:40:12 2016 +0300 (2016-10-01)
parents a7b7c18d4133
children 087d71ec38ce
files lxpanel/receipt
line diff
     1.1 --- a/lxpanel/receipt	Sat Oct 01 08:56:52 2016 +0300
     1.2 +++ b/lxpanel/receipt	Sat Oct 01 09:40:12 2016 +0300
     1.3 @@ -80,5 +80,6 @@
     1.4  post_install()
     1.5  {
     1.6  	# clean LXPanel menu caches
     1.7 -	chroot "$1/" find home -path 'home/*/.cache/menus/*' -type f -delete
     1.8 +	chroot "$1/" rm home/*/.cache/menus/* 2>/dev/null
     1.9 +	:
    1.10  }