legacy-imlib2/debian/libimlib2.postinst

9 lines
75 B
Bash

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