legacy-imlib2/debian/libimlib2.postinst

8 lines
73 B
Bash

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