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

8 lines
118 B
Bash

#! /bin/sh
set -e
update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxbase-config 60
#DEBHELPER#