diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:21:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:21:14 +0000 |
commit | 7dfd7e0390178bea75557c893330d33c493dff95 (patch) | |
tree | cf0eb597e5b2f80581ccc02390ba6d6f49dc0b42 /debian/python3-sphinx.preinst | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-7dfd7e0390178bea75557c893330d33c493dff95.tar.xz sphinx-7dfd7e0390178bea75557c893330d33c493dff95.zip |
Merging debian version 7.3.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/python3-sphinx.preinst')
-rw-r--r-- | debian/python3-sphinx.preinst | 13 |
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# |