lightdm: cleanup uneeded files

This commit is contained in:
worldofpeace 2019-10-12 19:56:40 -04:00
parent dbb8aadf84
commit 9d857244d9

View file

@ -116,6 +116,10 @@ stdenv.mkDerivation rec {
--replace /bin/rm ${busybox}/bin/rm
'';
postInstall = ''
rm -rf $out/etc/apparmor.d $out/etc/init $out/etc/pam.d
'';
meta = {
homepage = https://github.com/CanonicalLtd/lightdm;
description = "A cross-desktop display manager";