# HG changeset patch # User Aleksej Bobylev # Date 1447767917 -7200 # Node ID 67354f747d83c2a936175e48f84ed3ca5f816485 # Parent 2626ae472a3ef5d0ec8b59ef295433bb9b9f85df lxpanel: put profile to /etc/skel diff -r 2626ae472a3e -r 67354f747d83 lxpanel/receipt --- a/lxpanel/receipt Tue Nov 17 12:47:35 2015 +0200 +++ b/lxpanel/receipt Tue Nov 17 15:45:17 2015 +0200 @@ -75,6 +75,10 @@ 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()