wok diff lxpanel/receipt @ rev 18612

lxpanel, slitaz-configs: copy LXPanel profile to /etc/skel (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 17 16:50:26 2015 +0200 (2015-11-17)
parents 67354f747d83
children 49be2e5503d0
line diff
     1.1 --- a/lxpanel/receipt	Tue Nov 17 15:45:17 2015 +0200
     1.2 +++ b/lxpanel/receipt	Tue Nov 17 16:50:26 2015 +0200
     1.3 @@ -75,10 +75,6 @@
     1.4  
     1.5  	cp -a $install/usr/share/lxpanel/ui $fs/usr/share/lxpanel
     1.6  	cp -a $install/usr/share/lxpanel/x* $fs/usr/share/lxpanel
     1.7 -
     1.8 -	# Put profile to /etc/skel for new users
     1.9 -	mkdir -p $fs/etc/skel/.config/lxpanel
    1.10 -	cp -a $fs/etc/lxpanel/slitaz $fs/etc/skel/.config/lxpanel
    1.11  }
    1.12  
    1.13  post_install()