#! /bin/sh
set -e

update-alternatives --install /usr/bin/wx-config wx-config               \
			      /usr/lib/wx/config/base-unicode-release-=V \
			      $(( =PRIO * 10 + 7 ))

#DEBHELPER#