wok-6.x rev 18610
lxpanel: put profile to /etc/skel
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 17 15:45:17 2015 +0200 (2015-11-17) |
parents | 2626ae472a3e |
children | ef5ec169fa49 |
files | lxpanel/receipt |
line diff
1.1 --- a/lxpanel/receipt Tue Nov 17 12:47:35 2015 +0200 1.2 +++ b/lxpanel/receipt Tue Nov 17 15:45:17 2015 +0200 1.3 @@ -75,6 +75,10 @@ 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()