File: python3-minimal.postinst.in

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

if which py3compile >/dev/null 2>&1; then
	py3compile -p python3-minimal /usr/share/python3/
fi

#DEBHELPER#