#!/bin/sh

if [ "x${1}" = 'xremove' ]; then
	update-alternatives --remove pkg-config /usr/bin/pkgconf
fi