wok diff lxpanel/receipt @ rev 20291

elilo: mkdir $install/usr/share (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 11:16:22 2018 +0200 (2018-04-16)
parents c45818baba4b
children 09886e684df3
line diff
     1.1 --- a/lxpanel/receipt	Wed Aug 03 10:49:18 2016 +0300
     1.2 +++ b/lxpanel/receipt	Mon Apr 16 11:16:22 2018 +0200
     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  }