wok diff lxqt/receipt @ rev 18677

syslinux/c32box: fix custom initrd >= 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 06 17:41:24 2015 +0100 (2015-12-06)
parents e5d0fa35dcd1
children 9e01bc6321ea
line diff
     1.1 --- a/lxqt/receipt	Wed Nov 05 21:51:36 2014 +0100
     1.2 +++ b/lxqt/receipt	Sun Dec 06 17:41:24 2015 +0100
     1.3 @@ -33,6 +33,7 @@
     1.4  	done
     1.5  	
     1.6  	for a in lxpanel pcmanfm tazpkg-notify xcompmgr; do
     1.7 +	grep -q LXQt $1/etc/xdg/autostart/$a.desktop || \
     1.8  	sed '/NotShowIn=/s|;$|&LXQt;|' -i $1/etc/xdg/autostart/$a.desktop
     1.9  	done
    1.10  }