add comment explaining why dpkg-deb --extract still cannot be used

main
parent cb500ef6ba
commit aef8fcfb75
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -2601,6 +2601,8 @@ sub run_extract() {
}
# not using dpkg-deb --extract as that would replace the
# merged-usr symlinks with plain directories
# even after switching from pre-merging to post-merging, dpkg-deb
# will ignore filter rules from dpkg.cfg.d
# https://bugs.debian.org/989602
# not using dpkg --unpack because that would try running preinst
# maintainer scripts

Loading…
Cancel
Save