aboutsummaryrefslogtreecommitdiff
path: root/debian/zinc-python.postinst.debhelper
diff options
context:
space:
mode:
authorAchil2022-09-06 18:56:51 +0200
committerAchil2022-09-06 18:56:51 +0200
commit5bce61c04e589e368d534c4797711ac73c1e1f23 (patch)
tree299f2b64723a5c9697937f651cecf1416604baad /debian/zinc-python.postinst.debhelper
parentb60b3de318b4e621518681cc2824b4d9c605ae9e (diff)
downloadtkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.zip
tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.gz
tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.bz2
tkzinc-5bce61c04e589e368d534c4797711ac73c1e1f23.tar.xz
Daniel Etienne pre release for Bullseye
Diffstat (limited to 'debian/zinc-python.postinst.debhelper')
-rwxr-xr-xdebian/zinc-python.postinst.debhelper7
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