From ba6d96469df143b52295f8e79da648bf8a597407 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:08:06 +0200 Subject: Adding upstream version 5.20230130+deb12u1. Signed-off-by: Daniel Baumann --- autoscripts/postinst-pycompile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autoscripts/postinst-pycompile (limited to 'autoscripts/postinst-pycompile') diff --git a/autoscripts/postinst-pycompile b/autoscripts/postinst-pycompile new file mode 100644 index 0000000..f479f84 --- /dev/null +++ b/autoscripts/postinst-pycompile @@ -0,0 +1,3 @@ +if command -v pycompile >/dev/null 2>&1; then + pycompile -p #PACKAGE# #ARGS# +fi -- cgit v1.2.3