Comment 10 for bug 2075337

Revision history for this message
Benjamin Drung (bdrung) wrote : Re: py3clean fails when using alternate character set

Run something like `grep -E 'py3clean|dpkg -L' $prerm` on all prerm files in the existing package.

On my system:
```
$ grep -l -E 'py3clean|dpkg -L' /var/lib/dpkg/info/*.prerm | wc -l
411
```