diff options
Diffstat (limited to 'apt-inst/dpkg-diffs.txt')
-rw-r--r-- | apt-inst/dpkg-diffs.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-inst/dpkg-diffs.txt b/apt-inst/dpkg-diffs.txt new file mode 100644 index 000000000..d161055f7 --- /dev/null +++ b/apt-inst/dpkg-diffs.txt @@ -0,0 +1,5 @@ +- Replacing directories with files + dpkg permits this with the weak condition that the directory is owned only + by the package. APT requires that the directory have no files that are not + owned by the package. Replaces are specifically not checked to prevent + file list corruption. |