1
0
forked from brl/citadel

remove broken udev rule

This commit is contained in:
Bruce Leidl 2018-03-27 23:30:27 -04:00
parent 572cd62b69
commit 30bb64a029

View File

@ -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
}