diff options
Diffstat (limited to 'debian/zinc-python.postinst.debhelper')
-rwxr-xr-x | debian/zinc-python.postinst.debhelper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/zinc-python.postinst.debhelper b/debian/zinc-python.postinst.debhelper new file mode 100755 index 0000000..ca9a295 --- /dev/null +++ b/debian/zinc-python.postinst.debhelper @@ -0,0 +1,7 @@ + +# Automatically added by dh_python2: +if which pycompile >/dev/null 2>&1; then + pycompile -p zinc-python +fi + +# End automatically added section |