Files
wxWidgets/debian/libwxgtk-contrib.postinst
2001-11-24 06:07:41 +00:00

11 lines
78 B
Bash

#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#