Merge "Fix dpkg element for Ubuntu Xenial"
This commit is contained in:
commit
99d9373eca
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ Acquire::Languages "none";
|
|||
EOF
|
||||
|
||||
# And now make sure that we don't fall foul of Debian bug 641967
|
||||
find $TARGET_ROOT/var/lib/apt/lists/ -type f -name '*_i18n_Translation-*' -exec sudo rm -f {} +
|
||||
find $TARGET_ROOT/var/lib/apt/lists/ -path $TARGET_ROOT/var/lib/apt/lists/partial -prune -o -type f -name '*_i18n_Translation-*' -print -exec sudo rm -f {} +
|
||||
|
|
Loading…
Reference in a new issue