wok 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 ef5ec169fa49
children 2c5f5deee741
files lxpanel/receipt slitaz-configs/receipt
line diff
     1.1 --- a/lxpanel/receipt	Tue Nov 17 16:13:43 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()
     2.1 --- a/slitaz-configs/receipt	Tue Nov 17 16:13:43 2015 +0200
     2.2 +++ b/slitaz-configs/receipt	Tue Nov 17 16:50:26 2015 +0200
     2.3 @@ -61,6 +61,11 @@
     2.4  			cp -a $src/rootfs/usr/share/applications $fs/usr/share
     2.5  			cp -a $src/rootfs/usr/share/slitaz $fs/usr/share ;;
     2.6  	esac
     2.7 +
     2.8 +	# Put LXPanel profile to /etc/skel for new users
     2.9 +	mkdir -p $fs/etc/skel/.config/lxpanel
    2.10 +	cp -a $fs/etc/lxpanel/slitaz $fs/etc/skel/.config/lxpanel
    2.11 +
    2.12  	chown -R root.root $fs
    2.13  }
    2.14