wok rev 18489

Up mate-panel: autostart on install
author Yuri Pourre <yuripourre@gmail.com>
date Sat Oct 10 13:54:46 2015 -0300 (2015-10-10)
parents 7e0facae11dc
children bb01f2595a83
files mate-panel/receipt
line diff
     1.1 --- a/mate-panel/receipt	Sat Oct 10 12:55:24 2015 -0300
     1.2 +++ b/mate-panel/receipt	Sat Oct 10 13:54:46 2015 -0300
     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()