aboutsummaryrefslogtreecommitdiff
path: root/debian/libturbojpeg.postinst
blob: bf1f03102d2c5390076eb29578e46a102be5d2c9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
	ldconfig
fi

#DEBHELPER#