From 1aa22fd5afd692a2411ab2ffd42bdd96db3e2b9f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:06:05 +0200 Subject: Adding debian version 2.0.13-4. Signed-off-by: Daniel Baumann --- debian/klibc-utils.postinst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/klibc-utils.postinst (limited to 'debian/klibc-utils.postinst') diff --git a/debian/klibc-utils.postinst b/debian/klibc-utils.postinst new file mode 100644 index 0000000..f31c443 --- /dev/null +++ b/debian/klibc-utils.postinst @@ -0,0 +1,20 @@ +#!/bin/sh + +set -e + +if [ ! -L /usr/share/doc/klibc-utils ] && \ +[ -e /usr/share/doc/klibc-utils ]; then + rm -rf /usr/share/doc/klibc-utils + cd /usr/share/doc/ + ln -sf libklibc /usr/share/doc/klibc-utils +fi + +# Remove diversion which was used during upgrades to stretch. +# This command can be removed after the buster release. +if dpkg --compare-versions "$2" lt 2.0.4-12~; then + dpkg-divert --package klibc-utils --remove --rename \ + --divert /usr/share/initramfs-tools/hooks/klibc^i-t \ + /usr/share/initramfs-tools/hooks/klibc +fi + +#DEBHELPER# -- cgit v1.2.3