wxWidgets/debian/libwxgtk-dev.postinst
2000-02-24 12:20:22 +00:00

8 lines
117 B
Bash

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