File: python3.postrm.in

package info (click to toggle)
python3-defaults 3.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 672 kB
  • sloc: python: 1,283; makefile: 395; sh: 105
file content (9 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

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

#DEBHELPER#