Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
usr
/
share
/
debhelper
/
autoscripts
/
//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