Your IP : 18.116.36.48


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

#! /bin/sh
set -e

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