File: postinst-py3compile

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 (3 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (6)
1
2
3
if which py3compile >/dev/null 2>&1; then
	py3compile -p #PACKAGE# #ARGS#
fi