View file File name : python3.postrm Content :#! /bin/sh set -e case "$1" in purge) rm -rf /etc/python3 esac