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, 0 insertions, 7 deletions
diff --git a/debian/python3-pyphen.postinst.debhelper b/debian/python3-pyphen.postinst.debhelper
deleted file mode 100644
index 9fc1727..0000000
--- a/debian/python3-pyphen.postinst.debhelper
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# Automatically added by dhpython:
-if which py3compile >/dev/null 2>&1; then
- py3compile -p python3-pyphen -V 3.1-
-fi
-
-# End automatically added section