- # ensure the passwords can still be read by the methods
- if [ -e /etc/apt/auth.conf ]; then
- chown _apt:root /etc/apt/auth.conf
- fi
+ # Fixup any mistake in the home directory of the _apt user
+ if dpkg --compare-versions "$2" lt-nl 1.1~exp10~; then
+ usermod --home /nonexistent _apt
+ fi