✏️ 正在编辑: postinst-pypycompile
路径:
/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
💾 保存文件
← 返回文件管理器