diff --git a/meta-gnome/recipes-gnome/gdm/gdm.inc b/meta-gnome/recipes-gnome/gdm/gdm.inc index 244f877..8b8243e 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm.inc +++ b/meta-gnome/recipes-gnome/gdm/gdm.inc @@ -26,6 +26,7 @@ do_install_append() { echo "d gdm gdm 755 ${localstatedir}/run/gdm/greeter none" > ${D}${sysconfdir}/default/volatiles/99_gdm rm -rf ${D}/run/gdm rm ${D}${sysconfdir}/gdm/custom.conf + rm ${D}${libdir}/udev/rules.d/61-gdm.rules install -m 644 ${WORKDIR}/gdm.conf ${D}${sysconfdir}/gdm/custom.conf }