summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-python
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2016-01-05 21:42:19 +0000
committerNiels Thykier <niels@thykier.net>2016-01-05 21:42:19 +0000
commit0465b5c521e7be529ca8af8049cb1a0ed6ec6c7e (patch)
tree0f9fd452f44fe7fc621819ed3bac35227ad326ea /autoscripts/postinst-python
parentadde59b0f80bacfcfb93d061644d51bbcaca5b05 (diff)
downloaddebhelper-0465b5c521e7be529ca8af8049cb1a0ed6ec6c7e.tar.gz
Remove the unused python autoscripts snippets
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'autoscripts/postinst-python')
-rw-r--r--autoscripts/postinst-python7
1 files changed, 0 insertions, 7 deletions
diff --git a/autoscripts/postinst-python b/autoscripts/postinst-python
deleted file mode 100644
index 5a1943eb..00000000
--- a/autoscripts/postinst-python
+++ /dev/null
@@ -1,7 +0,0 @@
-PYTHON=#PYVER#
-if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
- DIRLIST="#DIRLIST#"
- for i in $DIRLIST ; do
- $PYTHON /usr/lib/$PYTHON/compileall.py -q $i
- done
-fi