Applied patch [ 850594 ] wxFileName(_T("/fred")).GetFullPath() asserts
[wxWidgets.git] / debian / libwxgtk-univ.postinst
0 / 11 (  0%)
CommitLineData
1#! /bin/sh
2set -e
3
4update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtkuniv-=V-config 50
5
6if [ "$1" = "configure" ]; then
7 ldconfig
8fi
9
10#DEBHELPER#
11