linuxOS_AP05/debian/test/usr/share/debhelper/autoscripts/postinst-pycompile

4 lines
75 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
if which pycompile >/dev/null 2>&1; then
pycompile -p #PACKAGE# #ARGS#
fi