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