File: python3.prerm

package info (click to toggle)
python3-defaults 3.1.3-12%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 656 kB
  • ctags: 132
  • sloc: python: 1,616; makefile: 311; sh: 132; perl: 5
file content (7 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh -e

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

#DEBHELPER#