File: python3.prerm

package info (click to toggle)
python3-defaults 3.13.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 660 kB
  • sloc: python: 1,282; makefile: 391; sh: 107
file content (8 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if which py3clean >/dev/null 2>&1; then
	py3clean -p python3
fi

#DEBHELPER#