linuxOS_AP05/debian/test/usr/share/debhelper/autoscripts/postinst-pycompile
2025-09-26 09:40:02 +08:00

4 lines
75 B
Plaintext

if which pycompile >/dev/null 2>&1; then
pycompile -p #PACKAGE# #ARGS#
fi