Viewing File: /var/lib/dpkg/info/python.postrm

#! /bin/sh
set -e

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


Back to Directory File Manager