summaryrefslogtreecommitdiffstats
path: root/debian/python3-sphinx.preinst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/python3-sphinx.preinst13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/python3-sphinx.preinst b/debian/python3-sphinx.preinst
deleted file mode 100644
index b4b7bd6..0000000
--- a/debian/python3-sphinx.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 2.4.3-3~
-then
- for exe in /usr/share/sphinx/scripts/python3/*
- do
- update-alternatives --remove ${exe##*/} $exe
- done
-fi
-
-#DEBHELPER#