wok diff mate-panel/receipt @ 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 7e0facae11dc
children 9e01bc6321ea
line diff
     1.1 --- a/mate-panel/receipt	Sat Oct 10 12:55:24 2015 -0300
     1.2 +++ b/mate-panel/receipt	Tue Nov 17 15:45:17 2015 +0200
     1.3 @@ -41,9 +41,9 @@
     1.4  	cp -a $install/usr/lib/*.so* $fs/usr/lib
     1.5  	rm -rf $install/usr/share/help
     1.6  	
     1.7 -	# Replace lxpanel
     1.8 -	cp -a $install/usr/share/applications/* $fs/etc/xdg/autostart
     1.9 -	rm $fs/etc/xdg/autostart/lxpanel.desktop
    1.10 +	# Autostart
    1.11 +        mkdir -p $fs/etc/xdg/autostart/
    1.12 +	cp -a $install/usr/share/applications/* $fs/etc/xdg/autostart/
    1.13  }
    1.14  
    1.15  post_install()