Comment 3 for bug 1702319

Revision history for this message
Benjamin Drung (bdrung) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better.

The relevant apport.prerm code for Ubuntu 16.04:

```
# Automatically added by dh_python2:
if which pyclean >/dev/null 2>&1; then
 pyclean -p apport
else
 dpkg -L apport | grep \.py$ | while read file
 do
  rm -f "${file}"[co] >/dev/null
   done
fi
```

pyclean should not be called if it is not found. Do you still experience this issue or can reproduce it?