Your IP : 3.145.36.157


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/postinst-pypycompile

if which pypycompile >/dev/null 2>&1; then
	pypycompile -p #PACKAGE# #ARGS#
elif pypy -m py_compile >/dev/null 2>&1; then
	dpkg -L #PACKAGE# | grep '\.py$' | pypy -m py_compile - >/dev/null
fi