Files
server/var/lib/dpkg/info/python3.postrm
2026-01-07 20:52:11 +01:00

10 lines
71 B
Bash
Executable File

#! /bin/sh
set -e
case "$1" in
purge)
rm -rf /etc/python3
esac