0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: python3.postrm
#! /bin/sh set -e case "$1" in purge) rm -rf /etc/python3 esac