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


Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/var/lib/dpkg/info/automake.postinst

#!/bin/sh

set -e

ver=1.15
prio=33

update-alternatives --install /usr/bin/automake automake \
	/usr/bin/automake-$ver $prio \
	--slave /usr/bin/aclocal aclocal /usr/bin/aclocal-$ver \
	--slave /usr/share/man/man1/automake.1.gz automake.1.gz \
	/usr/share/man/man1/automake-$ver.1.gz \
	--slave /usr/share/man/man1/aclocal.1.gz aclocal.1.gz \
	/usr/share/man/man1/aclocal-$ver.1.gz