mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
lightdm: cleanup uneeded files
This commit is contained in:
parent
dbb8aadf84
commit
9d857244d9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user