summaryrefslogtreecommitdiffstats
path: root/autoscripts/postinst-pycompile
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-pycompile')
-rw-r--r--autoscripts/postinst-pycompile3
1 files changed, 3 insertions, 0 deletions
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