wxWidgets/debian/libwxbase-dev.postinst
2006-06-01 22:22:02 +00:00

10 lines
193 B
Bash

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