AlkantarClanX12

Your IP : 216.73.216.201


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

#!/bin/sh

set -e

ver=1.15

if [ "$1" = "remove" ]; then
	update-alternatives --remove automake /usr/bin/automake-$ver
fi