diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:34:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:34:56 +0000 |
commit | 14e1232647833c269a292b703fe27718ab27b5f1 (patch) | |
tree | a944a069457b3a6405c79eddbbc8e680ef6cad14 /debian/preinst | |
parent | Merging upstream version 3.4. (diff) | |
download | tmux-14e1232647833c269a292b703fe27718ab27b5f1.tar.xz tmux-14e1232647833c269a292b703fe27718ab27b5f1.zip |
Merging debian version 3.4-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/preinst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/preinst b/debian/preinst deleted file mode 100755 index a22b4d2..0000000 --- a/debian/preinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -# Versions before 1.5-2 did not properly disable the tmux-cleanup init script. -if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" 'lt' "1.5-2"; then - update-rc.d -f tmux-cleanup remove >/dev/null -fi - -#DEBHELPER# |