wxWidgets/debian/libwxmsw-dbg.postinst
2006-06-01 22:22:02 +00:00

10 lines
189 B
Bash

#! /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#