summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-16 22:42:41 +0000
committerjoeyh <joeyh>2006-01-16 22:42:41 +0000
commit73c24c8af1f973ccc9cb8123b0eae1b24c218c30 (patch)
tree90d5feaec26bd0f6379fb56bf4a4fe585791594b /autoscripts
parentaf4f43d41007f5a17fddc872ab20a31bbb9b8b78 (diff)
r1856: * dh_python: Temporarily revert change in 5.0.13 to make use of
python-support for packages providing private modules or python-only modules, since python policy hasn't been updated for this yet. Closes: #347758
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-python-support3
-rw-r--r--autoscripts/prerm-python-support3
2 files changed, 0 insertions, 6 deletions
diff --git a/autoscripts/postinst-python-support b/autoscripts/postinst-python-support
deleted file mode 100644
index 2b60ca10..00000000
--- a/autoscripts/postinst-python-support
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
- update-python-modules #OPTIONS# #DIRS#
-fi
diff --git a/autoscripts/prerm-python-support b/autoscripts/prerm-python-support
deleted file mode 100644
index c8b62a5a..00000000
--- a/autoscripts/prerm-python-support
+++ /dev/null
@@ -1,3 +0,0 @@
-if which update-python-modules >/dev/null 2>&1; then
- update-python-modules -c #OPTIONS# #DIRS#
-fi