#!/bin/sh

set -e

ver=1.17

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


