post_upgrade() { if [ -f etc/passwd ]; then rm -f etc/passwd fi if [ -f etc/group ]; then rm -f etc/group fi }