wxWidgets/debian/libwxgtk.postinst
2000-02-16 20:47:08 +00:00

11 lines
78 B
Bash

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