summaryrefslogtreecommitdiffstats
path: root/autoscripts/postinst-pycompile
blob: f479f84e4ac20cb43a7bd2b870e6455b27924b6b (plain)
1
2
3
if command -v pycompile >/dev/null 2>&1; then
	pycompile -p #PACKAGE# #ARGS#
fi