# HG changeset patch # User Aleksej Bobylev # Date 1447771826 -7200 # Node ID c761ba5755e1b772a4c855f18c801b812c07c412 # Parent ef5ec169fa49f964f3dceffc4a2524941263d7ba lxpanel, slitaz-configs: copy LXPanel profile to /etc/skel (again) diff -r ef5ec169fa49 -r c761ba5755e1 lxpanel/receipt --- a/lxpanel/receipt Tue Nov 17 16:13:43 2015 +0200 +++ b/lxpanel/receipt Tue Nov 17 16:50:26 2015 +0200 @@ -75,10 +75,6 @@ cp -a $install/usr/share/lxpanel/ui $fs/usr/share/lxpanel cp -a $install/usr/share/lxpanel/x* $fs/usr/share/lxpanel - - # Put profile to /etc/skel for new users - mkdir -p $fs/etc/skel/.config/lxpanel - cp -a $fs/etc/lxpanel/slitaz $fs/etc/skel/.config/lxpanel } post_install() diff -r ef5ec169fa49 -r c761ba5755e1 slitaz-configs/receipt --- a/slitaz-configs/receipt Tue Nov 17 16:13:43 2015 +0200 +++ b/slitaz-configs/receipt Tue Nov 17 16:50:26 2015 +0200 @@ -61,6 +61,11 @@ cp -a $src/rootfs/usr/share/applications $fs/usr/share cp -a $src/rootfs/usr/share/slitaz $fs/usr/share ;; esac + + # Put LXPanel profile to /etc/skel for new users + mkdir -p $fs/etc/skel/.config/lxpanel + cp -a $fs/etc/lxpanel/slitaz $fs/etc/skel/.config/lxpanel + chown -R root.root $fs }