legacy-imlib2/debian/libimlib2.postinst

9 lines
75 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2000-12-24 07:41:15 -08:00
if test "$1" = "configure"; then
ldconfig
fi
#DEBHELPER#
2000-12-24 07:41:15 -08:00