summaryrefslogtreecommitdiffstats
path: root/debian/python3-pyphen.postinst.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian/python3-pyphen.postinst.debhelper')
-rw-r--r--debian/python3-pyphen.postinst.debhelper7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/python3-pyphen.postinst.debhelper b/debian/python3-pyphen.postinst.debhelper
new file mode 100644
index 0000000..9fc1727
--- /dev/null
+++ b/debian/python3-pyphen.postinst.debhelper
@@ -0,0 +1,7 @@
+
+# Automatically added by dhpython:
+if which py3compile >/dev/null 2>&1; then
+ py3compile -p python3-pyphen -V 3.1-
+fi
+
+# End automatically added section