Your IP : 18.191.198.245


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/python3.postrm

#! /bin/sh
set -e

case "$1" in
    purge)
	rm -rf /etc/python3
esac