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.137.221.252


Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/var/lib/dpkg/info/libgssapi-krb5-2:amd64.postinst

#! /bin/sh

set -e

if [ "configure" = "$1" -a "x$2" != "x" ]; then
    if dpkg --compare-versions $2  lt 1.12.1+dfsg-2\
        && test -f /usr/etc/gss/mech; then
	cp /usr/etc/gss/mech /etc/gss/mech
	fi
    fi



exit 0