File: python3.prerm

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

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

#DEBHELPER#