summaryrefslogtreecommitdiffstats
path: root/debian/python3-sphinx.preinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:20:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:20:59 +0000
commit2998bfc368dfe6f6692ac4bc15b0f8ce919f8261 (patch)
tree4576e1f794f5177b19be99e8d7f6d568f273999e /debian/python3-sphinx.preinst
parentMerging upstream version 7.3.7. (diff)
downloadsphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.tar.xz
sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.zip
Adding debian version 7.3.7-1.debian/7.3.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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#