We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c043d06 commit ff50df3Copy full SHA for ff50df3
kameleon/steps/setup/debian/configure_apt.yaml
@@ -16,20 +16,6 @@
16
srcpkgcache "";
17
pkgcache "";
18
}
19
- - write_in:
20
- - /etc/dpkg/dpkg.cfg.d/01_nodoc
21
- - |
22
- path-exclude /usr/share/doc/*
23
- # we need to keep copyright files for legal reasons
24
- path-include /usr/share/doc/*/copyright
25
- path-exclude /usr/share/man/*
26
- path-exclude /usr/share/groff/*
27
- path-exclude /usr/share/info/*
28
- # lintian stuff is small, but really unnecessary
29
- path-exclude /usr/share/lintian/*
30
- path-exclude /usr/share/linda/*
31
- path-exclude /usr/share/locale/*
32
- path-include /usr/share/locale/en*
33
- write_in:
34
- /etc/locale.nopurge
35
- |
0 commit comments