#!/bin/sh

if [ "x${1}" = 'xconfigure' ]; then
	update-alternatives --install /usr/bin/pkg-config pkg-config \
		/usr/bin/pkgconf 10
fi