Files
wxWidgets/debian/libwxgtk.postinst
T

11 lines
78 B
Bash

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