0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.135.249.76


Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/var/lib/dpkg/info/klibc-utils.postrm

#!/bin/sh -e

if [ "$1" = remove ] || [ "$1" = abort-install ] || [ "$1" = disappear ] || \
   { { [ "$1" = abort-upgrade ] || [ "$1" = upgrade ]; } && \
     dpkg --compare-versions "$2" lt 2.0.4-8~; }; then
    # Restore the klibc hook installed by older versions of initramfs-tools
    dpkg-divert --package klibc-utils --remove --rename \
		--divert /usr/share/initramfs-tools/hooks/klibc^i-t \
		/usr/share/initramfs-tools/hooks/klibc
fi