Comment 6 for bug 1763844

Revision history for this message
Julian Andres Klode (juliank) wrote :

py3clean is only executed if which tells us it exists:

if which py3clean >/dev/null 2>&1; then
        py3clean -p python3-apt
else

hence it's quite strange.