entrance: remove more Xinit.d references
authorJustin Patrin <papercrane@gmail.com>
Sat, 3 Sep 2005 00:00:22 +0000 (00:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 3 Sep 2005 00:00:22 +0000 (00:00 +0000)
packages/e17/entrance_20050810.bb

index d2e523f..1c27111 100644 (file)
@@ -31,11 +31,8 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc \
 FILES += "${datadir}"
 
 do_install_append() {
-       install -d ${D}/etc/X11/Xinit.d
        install -d ${D}/etc/X11/Xsession.d
        install -d ${D}/etc/X11/Sessions
        
-       install -m 755 ${WORKDIR}/Xinit.d/* ${D}/etc/X11/Xinit.d
        install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions
-       
 }