wok-current rev 19364
lxpanel: fix post_install() status
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Aug 03 10:49:18 2016 +0300 (2016-08-03) |
parents | 8bd052cdee2c |
children | b5362b1abeb7 |
files | lxpanel/receipt |
line diff
1.1 --- a/lxpanel/receipt Wed Aug 03 09:44:00 2016 +0200 1.2 +++ b/lxpanel/receipt Wed Aug 03 10:49:18 2016 +0300 1.3 @@ -80,5 +80,5 @@ 1.4 post_install() 1.5 { 1.6 # clean LXPanel menu caches 1.7 - chroot "$1/" rm home/*/.cache/menus/* 2> /dev/null 1.8 + chroot "$1/" find home -path 'home/*/.cache/menus/*' -type f -delete 1.9 }