#! /bin/sh
set -e

update-alternatives --install /usr/bin/wx-config wx-config             \
			      /usr/lib/wx/config/=H-msw-ansi-debug-=V  \
			      $(( =PRIO * 10 + 2 ))

#DEBHELPER#