wok diff lxpanel/receipt @ rev 18582

Tiny fixes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 11 21:14:28 2015 +0200 (2015-11-11)
parents c9e270dd464f
children 67354f747d83
line diff
     1.1 --- a/lxpanel/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/lxpanel/receipt	Wed Nov 11 21:14:28 2015 +0200
     1.3 @@ -76,3 +76,11 @@
     1.4  	cp -a $install/usr/share/lxpanel/ui $fs/usr/share/lxpanel
     1.5  	cp -a $install/usr/share/lxpanel/x* $fs/usr/share/lxpanel
     1.6  }
     1.7 +
     1.8 +post_install()
     1.9 +{
    1.10 +	# clean LXPanel menu caches
    1.11 +	for i in /home/*/.cache/menus; do
    1.12 +		[ -d "$i" ] && rm $i/*
    1.13 +	done
    1.14 +}