install apparently ignores -p option under Mac OS X, use cp -p instead
[wxWidgets.git] / debian / libwxgtk-dev.postinst
0 / 7 (  0%)
CommitLineData
1#! /bin/sh
2set -e
3
4update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk-=V-config 70
5
6#DEBHELPER#
7