]> git.saurik.com Git - wxWidgets.git/blame - debian/libwxgtk-contrib.postinst
The Scale() code in the 2.3 tree turned out to
[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