From b324f452799a9aba5a1e9acc6833010c8635828e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:42:51 +0200 Subject: Adding debian version 2.33.1-0.1. Signed-off-by: Daniel Baumann --- debian/util-linux.postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/util-linux.postinst (limited to 'debian/util-linux.postinst') diff --git a/debian/util-linux.postinst b/debian/util-linux.postinst new file mode 100644 index 0000000..ea5aeaf --- /dev/null +++ b/debian/util-linux.postinst @@ -0,0 +1,12 @@ +#!/bin/sh +set -e + +update-alternatives --install /usr/bin/pager pager /bin/more 50 \ + --slave /usr/share/man/man1/pager.1.gz pager.1.gz \ + /usr/share/man/man1/more.1.gz + +# We stopped shipping the 'pg' utility, so remove it as a pager +# alternative on upgrades from Stretch. +update-alternatives --remove pager /usr/bin/pg + +#DEBHELPER# -- cgit v1.2.3