wxWidgets/debian/libwxgtk-dev.postinst
2001-03-20 01:02:36 +00:00

8 lines
117 B
Bash

#! /bin/sh
set -e
update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk-config 70
#DEBHELPER#