]> git.saurik.com Git - wxWidgets.git/blame - debian/libwxgtk-contrib.postinst
added AppleEvent Handler, somehow the standard event handler does not take care of...
[wxWidgets.git] / debian / libwxgtk-contrib.postinst
CommitLineData
f6bcfd97
BP
1#!/bin/sh
2
3set -e
4
5if [ "$1" = "configure" ]; then
6 ldconfig
7fi
8
9#DEBHELPER#
10