summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
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