0x1949 Team - FAZEMRX - MANAGER
Edit File: python3.postrm
#! /bin/sh set -e case "$1" in purge) rm -rf /etc/python3 esac