File: python3.postrm.in

package info (click to toggle)
python3-defaults 3.13.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 660 kB
  • sloc: python: 1,282; makefile: 391; sh: 107
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#